Install VirtualBox 5.2 and Vagrant 2.2.0
Create a directory where your project will live in (C:/vagrant) and $ cd
to the new directory.
$ git clone https://github.com/solliegarcia/Manoa-Meals.git manoa-meals
Run $ cd manoa-meals
Run $ rm -r .vagrant
Run $ vagrant up
in the directory to start the vagrant box and to begin provisioning (this will take a while).
Run $ vagrant ssh
in the manoa-meals directory in a new terminal window
Run $ bundle install
to install required ruby gems
Run $ exit
to exit vagrant directory to allow reload
Run $ vagrant reload
to restart vagrant box
Run $ vagrant ssh
in order to run commands in the vagrant box
Run $ rake db:setup
to create and fill the database, note- the default username and password is "vagrant".
Navigate to 192.168.10.10 in your web browser and ensure everything is working properly.