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:
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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.