- Start the VM with
vagrant up
- Log in on the machine with
vagrant ssh
- Change directory into the project's server folder and run the server with
cd /vagrant/server
andmix phoenix.server
The server now runs on port 4000 (both in the guest and forwarded to the host machine). To apply pending migrations run the command mix ecto.migrate
.