517 B
517 B
Hello Ruby on Rails
Likely need to start with bundle
to install gems for any project you wish to run.
Blog
Following this tutorial from rubyonrails.org.
cd blog
bin/rails server
Launches a web server.
Bookstore
Following this tutorial from bmoreonrails
cd bookstore
bin/rails server