git clone https://@opensourceprojects.eu/git/p/osp/osp-allura osp-osp-allura



File Date Author Commit
manifests 2012-07-18 Tim Van Steenburgh Tim Van Steenburgh [c0c52d] Merge branch 'dev' of git://sfi-engr-scm-1/forg...
README 2012-07-18 Tim Van Steenburgh Tim Van Steenburgh [c0c52d] Merge branch 'dev' of git://sfi-engr-scm-1/forg...
Vagrantfile 2012-07-18 Tim Van Steenburgh Tim Van Steenburgh [c0c52d] Merge branch 'dev' of git://sfi-engr-scm-1/forg...
Vagrantfile.pkg 2012-07-18 Tim Van Steenburgh Tim Van Steenburgh [c0c52d] Merge branch 'dev' of git://sfi-engr-scm-1/forg...
allura_setup.sh 2012-07-18 Tim Van Steenburgh Tim Van Steenburgh [c0c52d] Merge branch 'dev' of git://sfi-engr-scm-1/forg...
start_allura 2012-07-18 Tim Van Steenburgh Tim Van Steenburgh [c0c52d] Merge branch 'dev' of git://sfi-engr-scm-1/forg...

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 ubuntu-1110-server-amd64

# Get a copy of the provisioning scripts
$ cp -R /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

# If you get an error, you can run `vagrant destroy` to start over

# Package the Allura box
$ vagrant package --vagrantfile Vagrantfile.pkg

# Test your new box
$ mkdir ~/vagrant_allura_test && cd ~/vagrant_allura_test
$ vagrant box add allura ~/vagrant_allura/package.box
$ vagrant init allura
$ vagrant up
$ vagrant ssh

# Do whatever testing you want...

# If everything checks out, you can rename your package.box and upload it