Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 506 Bytes

CtrlCV

What you need

Setup

  1. Install required gems with Bundler

  2. Create and migrate database

    $ bundle exec rake db:migrate

Start CtrlCV

  1. Start Elasticsearch process

    $ cd (directory where Elasticsearch is installed) $ bin/elasticsearch

  2. Load lectures

    $ rails runner script/bootstrap.rb

  3. Start server

    $ rails server