Skip to content

becw/panlexicon-rails

 
 

Repository files navigation

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

About

The best thesaurus and wordfinder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.9%
  • CSS 5.5%
  • JavaScript 1.2%
  • CoffeeScript 0.4%