Report this

What is the reason for this report?

How to setup Perforce on Ubuntu 14.04 x64 server for use with Unity and Unreal Engine 4

Posted on September 13, 2014
S0L0

By S0L0

I just completed setting up an Ubuntu 14.04 x64 server following both of these tutorials:

https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04 https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-12-04

How can I setup a perforce repo? Here is the perforce server page:

http://www.perforce.com/downloads/Perforce/20-User



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Perforce has an installation guide on their site that is pretty thorough.

You’ll first need to download the software. It’s a single binary named p4d and if you copy it into the directory /usr/local/bin it will be available on your PATH You will also need to make it executable by running chmod +x /usr/local/bin/p4d Once installed, you can start the daemon by specifying the protocol, host, and port:

p4d -p tcp:example.com:3435

See their user guide for more advanced configurations.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.