a template for using Vagrant for developing Elixir applications with Weber
- Download and install VirtualBox
- Download and install Vagrant
- Clone this repo and
cd
into the directory - Run
vagrant up
to set up the vm - Run
vagrant ssh
to start a session on the vm - Run
cd /vagrant/[you project name] && ./start.sh
to run weber - Visit
http://localhost:8080/
in your favorite browser
- Find a way to exit
iex
when using./start_in_vagrant.sh
The default project name is 'weber_test', so be sure to update
weber_project_name
in theVagrantfile
to reflect your needs.