File | Date | Author | Commit |
---|---|---|---|
manifests | 2012-04-24 |
|
<Commit 80407faf36e03c536a5ba5d76aa044928eb736b8> [#3907] update with latest README installation ... |
README | 2012-04-24 |
|
<Commit 8cc8b901ac3b127660ed31fad3b044d7bd8ff7cb> [#3907] Create a vagrant box for Allura. |
Vagrantfile | 2012-04-24 |
|
<Commit 8cc8b901ac3b127660ed31fad3b044d7bd8ff7cb> [#3907] Create a vagrant box for Allura. |
Vagrantfile.pkg | 2012-04-24 |
|
<Commit 8cc8b901ac3b127660ed31fad3b044d7bd8ff7cb> [#3907] Create a vagrant box for Allura. |
allura_setup.sh | 2012-04-24 |
|
<Commit 8cc8b901ac3b127660ed31fad3b044d7bd8ff7cb> [#3907] Create a vagrant box for Allura. |
start_allura | 2012-04-24 |
|
[9af2cf] [#3907] improve process grepping, and little mo... |
Read Me
To build an Allura vagrant box: $ mkdir ~/vagrant_allura && cd ~/vagrant_allura # Get the base box $ vagrant box add ubuntu-1110-server-amd64 http://timhuegdon.com/vagrant-boxes/ubuntu-11.10.box $ vagrant init # Get a copy of the provisioning scripts $ cp /var/local/allura/vagrant/* . # At this point you can make whatever changes you want to the provisioning # scripts # Provision the box (this will take a while) $ vagrant up # Package the Allura box $ vagrant package --vagrantfile Vagrantfile.pkg # Test your new box $ mkdir ~/vagrant_allura_test and cd ~/vagrant_allura_test $ vagrant box add allura ~/vagrant_allura/package.box $ vagrant init $ vagrant ssh # Do whatever testing you want... # If everything checks out, you can rename your package.box and upload it