Raft Demo Mode
You can run Raft in demo mode in any environment.
Enable demo mode in configuration
In raft/config/config.yml:
production:
demo: true
Alternately, set environment variable “DEMO” to “true”.
Load demo data
set -a && source /path/to/production.env && set +a
cd raft
RAILS_ENV=production bin/rake db:seed