Skip to content

dzucconi/corrasable

Repository files navigation

Corrasable

Build Status

Corrasable is a web service that packages together tools like Lingua and The CMU Pronouncing Dictionary.

Better documentation forthcoming. Refer to available routes in the meantime.

Getting Setup

Install MongoDB if you don't already have it:

brew update
brew install mongodb

Clone the repo and bundle:

git clone git@github.com:dzucconi/corrasable.git
cd corrasable
bundle install

Start the server:

foreman run -f Procfile.dev

Set up the database (this could take a while):

bundle exec rake bootstrap:seed

Deploying your own instance

Deploy

Due to issues with the running length of the initial database import, the bootstrap Rake task will not run automatically post-install. It's recommended that you push a local mongodump to the production database once it's set up.