Vagrant for WebLabUX Development
- Local Ruby Environment with Bundler (Ruby 2.0.x preferred; 1.9+ should work)
- Those on Windows can use RubyInstaller, *nix platforms should use your distribution's package manager or default Ruby installation.
- Those on Windows will also need the appropriate DevKit to compile the native C extensions required for some gems.
- Once Ruby is installed, run
gem install bundlerto install Bundler
- VirtualBox (~> 4.3.x) Installed
- Vagrant (~> 1.3.2) Installed
- If you'd like to learn more about Vagrant, there is comprehensive documentation and a fantastic explanation of Why Vagrant Rocks for both developers and designers.
** IMPORTANT **
Clone or symlink your copies of the wlux_test_server and wlux_test_site into
the weblabux/ in this folder. This path will be mounted by the virtual
machine inside the LAMPP htdocs path. All changes on your local filesystem
will be reflected on the VM, and vise-versa.
bundle installvagrant plugin install vagrant-berkshelfvagrant up- Pray.