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
bundlerby typinggem install bundler. -
Run
bundleto install gem dependencies. -
Run
rake db:setupto set up database.
-
-
Run the server:
-
Run
rails sto start application at localhost:3000 -
Run
foreman startto start application at localhost:5000 with Heroku Toolbelt installed
-