简体   繁体   中英

Setting up a Perforce (P4) server on Assembla

I'm trying to follow a tutorial at https://helpdesk.assembla.com/customer/en/portal/articles/1690364-use-perforce-with-assembla , but as a first time user, the instructions are not intuitive to me.

I've ran into the following troubles:

  1. "Run 'p4 info'" When I use the windows Run and search for "p4 info", it says "Windows cannot find p4 info". How do I exactly Run it?

  2. How do I open the command line interface for P4?

Please help!

If the installer for Perforce did not add the p4 executable to your PATH environment variable, you will have to do so manually. Then you can type p4 'command' to run p4 commands. Either that or cd to the directory where the p4.exe is and then you may run the p4 commands.

If you do not know how to add an executable to the PATH environment variable; here is the msdn tutorial.

If you do not know where the p4 installer placed the p4 executable, simple navigate to the drive you chose it to install on (most likely C:) and open the Program Files and/or Program Files (x86) (depending on install) directories. In the search box in windows explorer, type p4.exe. Then copy the full path to the executable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM