#!/usr/bin/env bash
set -e
#check to make sure this is a 64-bit machine
getconf LONG_BIT | grep 64 > /dev/null || ( echo "Git Fusion requires a 64-bit machine. Exiting." && exit 1)
sudo rpm --import http://package.perforce.com/perforce.pubkey
#Update sources list with the Perforce Package repo.
sudo echo "[perforce]
name=Perforce
baseurl=http://package.perforce.com/yum/rhel/6/x86_64
enabled=1
gpgcheck=1" >> /etc/yum.repos.d/perforce.repo
sudo yum -y update
sudo yum -y install helix-p4d
sudo /opt/perforce/sbin/configure-helix-p4d.sh -n perforce1 -p ssl:1666 -r /opt/perforce/servers/perforce1 -u super -P REinforce --unicode
# |
Change |
User |
Description |
Committed |
|
#6
|
26037 |
Jen Bottom |
Copy up from dev to main |
|
|
#5
|
26036 |
Jen Bottom |
Deleting files as part of refactor |
|
|
#4
|
25621 |
Jen Bottom |
Integrating sone fixes from dev to main |
|
|
#3
|
22228 |
Jen Bottom |
Updating the provision script and Vagrantfile for the Centos6 machine |
|
|
#2
|
20934 |
Jen Bottom |
Modifying centos basic setup script, so it actually installs P4D |
|
|
#1
|
18706 |
jenbottom |
Moving some files aroudn to make things less messy and hopefully easier to find |
|
|
//guest/jen_bottom/vagrant/centos_basic.sh |
#2
|
18013 |
jenbottom |
Creating a very baic centos script, that does not install anything |
|
|
#1
|
17989 |
jenbottom |
Submitting more changes to vagrant file |
|
|