Build the perforce server on linux

Source: Internet
Author: User
Tags perforce
Perforce server is built on linux. 1. download p4d and grant the executable permission: chmod + xp4d. Put it in a folder and add the folder path to the environment variable to facilitate the use of the command line. ExportPATH./perforce_sev/: $ PATH # (here I put it in the current...
Perforce server is built on linux. 1. download p4d and grant the executable permission: chmod + x p4d. Put it in a folder and add the folder path to the environment variable to facilitate the use of the command line. Export PATH =. /cece_sev/: $ PATH # (here I put it in the perforce_sev folder) 2. configure the environment variables, set the p4 root (location where data files are stored), port (server port), and log (files stored in log files ). Www.2cto.com export P4ROOT =. /p4root/(perforce db will be stored here. * server files) export P4PORT = 127.0.0.1: 1666 (IP: Port) export P4LOG = p4log (this file stores system logs, the file is under your/p4root/) 3. start p4dp4d [&] Author's track length
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.