Skip to content

weblabux/wlux_env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wlux_env

Vagrant for WebLabUX Development

Requirements

  • Local Ruby Environment with Bundler (Ruby 2.0.x preferred; 1.9+ should work)
    1. Those on Windows can use RubyInstaller, *nix platforms should use your distribution's package manager or default Ruby installation.
    2. Those on Windows will also need the appropriate DevKit to compile the native C extensions required for some gems.
    3. Once Ruby is installed, run gem install bundler to install Bundler
  • VirtualBox (~> 4.3.x) Installed
  • Vagrant (~> 1.3.2) Installed

Prior to First Run

** 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.

Setup

  1. bundle install
  2. vagrant plugin install vagrant-berkshelf
  3. vagrant up
  4. Pray.

About

Vagrant Configuration for WebLabUX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors