-
Notifications
You must be signed in to change notification settings - Fork 86
Development: Vagrant
Rafael Petersen edited this page Mar 1, 2018
·
7 revisions
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
There is a known issue on 1.8.1 that can be averted by patching vagrant Patch for Ubuntu 16.04 vagrant 1.8.1
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.).
This is the technical documentation for Mconf-Web, a component of Mconf. Read more about the project and try it out at mconf.org.
- Home
- Releases
- Changelog
- FAQ
- Translating the application
- Latest stable version (2.x.x)
- Development version (from branch
master
) - Previous version (0.8.x)