Skip to content

Initializing CouchDB

bartvandendriessche edited this page Sep 14, 2010 · 2 revisions

To create the required CouchDB databases and a seed admin users, run the following rake tasks from the project root:

rake couchdb:create
rake couchdb:create RAILS_ENV=cucumber
rake db:seed

the default seeded user credentials at the moment are rapidftr/rapidftr

Clone this wiki locally