#!/usr/bin/env bash
wget -q http://package.perforce.com/perforce.pubkey -O - | sudo apt-key add -
#Update sources list with the Perforce Package repo.
sudo echo "deb http://package.perforce.com/apt/ubuntu trusty release" >> /etc/apt/sources.list
sudo aptitude update
sudo aptitude -y upgrade
sudo aptitude -y install curl openssh-server ca-certificates postfix
sudo curl https://package.perforce.com/bootstrap/gitswarm-ee.sh | sudo sh -
#sudo cp /home/vagrant/hws/gs_configs/gitswarm.rb /etc/gitswarm
#Just using the auto provisioned setup
sudo gitswarm-ctl reconfigure
#sudo ifconfig eth1 10.1.3.202 netmask 255.255.255.0 up
#sudo route add default gw 10.1.3.1
#Set some system wide variables for the VM.
sudo echo "export P4EDITOR=nano" >> /etc/bash.bashrc
sudo echo "export P4PORT=ssl:localhost:1666" >> /etc/bash.bashrc
sudo echo "export P4CONFIG=.p4config" >> /etc/bash.bashrc
# |
Change |
User |
Description |
Committed |
|
#3
|
25621 |
Jen Bottom |
Integrating sone fixes from dev to main |
|
|
#2
|
22105 |
Jen Bottom |
Updating GitSwarmEE setup script to get the trusty package |
|
|
#1
|
19441 |
jenbottom |
Adding script for GitSwarmEE |
|
|