Vagrant
Last updated
Last updated
Install and setup a virtual machine with
Vagrant is compatible for and .
To access the application through the browser at localhost:3000
we must forward a port and run the rails server with a binding option:
Open the Vagrant configuration file:
Find this line:
And change it for this configuration:
Reload your virtual machine:
In your virtual machine, run the application server, binding to your local ip address:
Now you should be able to see the application running in your browser at url localhost:3000
!