vagrant-weber
November 10, 2013 ยท View on GitHub
a template for using Vagrant for developing Elixir applications with Weber
Getting Started
- Download and install VirtualBox
- Download and install Vagrant
- Clone this repo and
cdinto the directory - Run
vagrant upto set up the vm - Run
vagrant sshto start a session on the vm - Run
cd /vagrant/[you project name] && ./start.shto run weber - Visit
http://localhost:8080/in your favorite browser
TODO
- Find a way to exit
iexwhen using./start_in_vagrant.sh
Note
The default project name is 'weber_test', so be sure to update
weber_project_namein theVagrantfileto reflect your needs.