This web application is a Netflix-like clone built with Ruby on Rails. Based on the Build Robust and Production Quality Applications course by Tealeaf Academy.
-
Clone project by running
clone [email protected]:leeduan/myflix.git
. -
Tested environment setup procedures:
-
Use RVM or rbenv to set ruby version to
2.0
. -
Install
Qt
. -
Install
bundler
by typinggem install bundler
. -
Run
bundle
to install gem dependencies. -
Run
rake db:setup
to set up database.
-
-
Run the server:
-
Run
rails s
to start application at localhost:3000 -
Run
foreman start
to start application at localhost:5000 with Heroku Toolbelt installed
-