Skip to content

Instantly share code, notes, and snippets.

@speedsticko
Last active August 29, 2015 14:06
Show Gist options
  • Save speedsticko/480a2df578569a3adae7 to your computer and use it in GitHub Desktop.
Save speedsticko/480a2df578569a3adae7 to your computer and use it in GitHub Desktop.
Canvas Docker steps
RUN for config in amazon_s3 delayed_jobs domain file_store outgoing_mail security scribd external_migration; \
do cp -v config/$config.yml.example config/$config.yml; done
RUN cp config/database.yml.example config/database.yml
RUN createdb canvas_development
RUN createdb canvas_queue_development
RUN bundle exec rake db:initial_setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment