Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 829 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 829 Bytes

About

A playground for developing a Vagrant setup of a EuPathDB webserver. Do not use.

Install

  • Download and install Vagrant
  • Download and install VirtualBox
  • Clone the project git clone git@github.com:mheiges/vagrant-rabbitmq.git
  • In the project dir run vagrant up

Installed Services

None

Nothing is functional at this time.

Puppet

Puppet manifests are applied during vagrant provision. To manually apply manifests on the VM, run:

sudo puppet apply --hiera_config=/vagrant/puppet/hiera.yaml --modulepath=/vagrant/puppet/modules:/vagrant/puppet/modules/forge:/vagrant/puppet/modules/custom:/vagrant/puppet/locations:/vagrant/puppet/projects  /vagrant/puppet/manifests

ToDO