- RVM (Optional, but recommended)
- Elasticsearch
-
Install required gems with Bundler
-
Create and migrate database
$ bundle exec rake db:migrate
-
Start Elasticsearch process
$ cd (directory where Elasticsearch is installed) $ bin/elasticsearch
-
Load lectures
$ rails runner script/bootstrap.rb
-
Start server
$ rails server