Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 429 Bytes

What you need

Setup

  1. Install required gems with Bundler

  2. Create and migrate database

    $ bundle exec rake db:migrate

Start Susugang

  1. Start Elasticsearch process

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

  2. Start server

    $ rails server