Created
August 22, 2011 15:08
-
-
Save snewman/1162601 to your computer and use it in GitHub Desktop.
Devbox bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Edit /etc/sysconfig/network to change the hostname - keep the 'lmuk.local ending | |
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm | |
wget http://tmz.fedorapeople.org/repo/puppet/epel/puppet.repo -O /etc/yum.repos.d/puppet.repo | |
yum install -y puppet-2.6.6 | |
yum install -y git | |
easy_install pycrypto==2.3 | |
#git clone [email protected]:groupeaeroplanlondon/endeavor-accounts.git | |
#puppet --modulepath puppet/manifests/modules puppet/manifests/devbox.pp | |
mkdir /home/dev/.ssh | |
cp ~/.ssh/* /home/dev/.ssh | |
chown dev:dev /home/dev/.ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment