You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luke Baker edited this page Sep 18, 2015
·
3 revisions
If you haven’t completed the Installing instructions, complete those first.
Set up the mysql database
Open config/database.yml and edit the development block in the file, adding the appropriate host, username, and password for accessing the MySQL server. The development block should look something like this:
Create the database with ./bin/rake db:create and then ./bin/rake db:schema:load.
Start up the server.
bundle exec ruby ./script/server -p 3000
Start DelayedJob Workers
For proper working of catchup algorithm, you’ll need to have some delayed_job workers. This worker is also needed if you’re using the feature that allows you to export results as CSV in association with the All Our Ideas code.