Test text
- clone the repo
- download and install virtualbox
- download and install vagrant
- from projects root directory run
vagrant up - Important make yourself a cup of coffee ;)
- run
vagrant ssh- if vagrant will require password - use
config.ssh.passwordfromVagrantfile - This is due to the bug, so blame Ubuntu developers :)
- if vagrant will require password - use
- project root is mapped to
/vagrantinside the box- From this folder you can use
railscommands as usually e.g.rails s - All resources are up and running and preconfigured
- From this folder you can use
- this.vagrant.box
- App on Heroku
Prefix Verb URI Pattern Controller#Action
items GET /api/items(.:format) items#index
POST /api/items(.:format) items#create
item GET /api/items/:id(.:format) items#show
PUT /api/items/:id(.:format) items#update
DELETE /api/items/:id(.:format) items#destroy
login POST /api/login(.:format) authentication#authenticate