a template for using Vagrant for developing Elixir applications with Weber
- 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
- Find a way to exit
iexwhen using./start_in_vagrant.sh
The default project name is 'weber_test', so be sure to update
weber_project_namein theVagrantfileto reflect your needs.