Skip to content
Sean Zhu edited this page Oct 29, 2015 · 2 revisions

How to restart the dyno

heroku restart --app thedesignexchange-staging

How to check the currently deployed commit

https://dashboard.heroku.com/pipelines/9007e28f-c55a-44b5-94d1-b3aced82fcc8

How to reset the database

heroku pg:info --app thedesignexchange-staging  # to get DATABASE_NAME
heroku pg:reset DATABASE_NAME --app thedesignexchange-staging
heroku run --app thedesignexchange-staging rake db:schema:load db:migrate db:seed

This is the wiki for the DesignExchange app. We will put important info on here.

For everyone
thedesignexchange ⁺ -staging ⁺ Development Guidelines Review and Release Cycle
Deployment How-to
Keeping Up with the Repo
Google Drive ⁺
Meeting Notes ⁺

For developers
API

⁺  external links open in new tab

Clone this wiki locally