Start Server | Test / Watch |
---|---|
$ bundle exec rails s |
$ bundle exec guard |
Dependencies:
- postgres (use Postgres.app)
- phantomjs (
$ brew install phantomjs
)
- Install the ruby gem dependencies:
$ bundle install
- Setup the database:
$ bundle exec rake db:setup
- Populate the Moby Thesaurus:
- Download it: http://www.gutenberg.org/ebooks/3202
- Import it:
$ rake import[mthesaur.txt]
(assuming the unzipped thesaurus file is sitting in your rails root namedmthesaur.txt
) - Start the server:
$ bundle exec rails s
- Visit it in your web browser:
http://localhost:3000