Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.7 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.7 KB

Panlexicon

Circle CI Coverage Status Dependency Status Code Climate Panlexicon Inline docs

PullReview stats

Developing

Start Server Test / Watch
$ bundle exec rails s $ bundle exec guard

Installation and Setup

Dependencies:

  • postgres (use Postgres.app)
  • phantomjs ($ brew install phantomjs)
  1. Install the ruby gem dependencies: $ bundle install
  2. Setup the database: $ bundle exec rake db:setup
  3. Populate the Moby Thesaurus:
  4. Download it: http://www.gutenberg.org/ebooks/3202
  5. Import it: $ rake import[mthesaur.txt] (assuming the unzipped thesaurus file is sitting in your rails root named mthesaur.txt)
  6. Start the server: $ bundle exec rails s
  7. Visit it in your web browser: http://localhost:3000