Mconf-Web with shibboleth for development
Instructions to enable shibboleth in development in Mconf-Web
Everything you need to know about Mconf.
Download and install from https://www.vagrantup.com/downloads.html
Use 1.7.1
. 1.7.2
results in: “Shared folders that Chef requires are missing on the virtual machine”. See https://github.com/mitchellh/vagrant/issues/5200
sudo apt-get install redir
sudo apt-get install lxc
vagrant plugin install vagrant-lxc
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-librarian-chef
vagrant plugin install vagrant-omnibus
We use librarian-chef
to download the cookbooks needed and install them locally. Run:
bundle install
rbenv rehash
librarian-chef install
vagrant up
vagrant ssh
cd vagrant/
From now on you can setup the application as you normally would (e.g. bundle exec rake db:create
, etc.).