-
Notifications
You must be signed in to change notification settings - Fork 4
Onboarding Agility
shaunxp20 edited this page Mar 31, 2021
·
5 revisions
- Setup Technovation Girls app
- GitHub repo: https://github.com/Iridescent-CM/technovation-app
- Get an env file from someone on the team (make sure this is named
.env
) - Import staging data
- Staging URL: https://technovation-qa.herokuapp.com/
- Production URL: https://my.technovationchallenge.org/
- Setup Technovation Families app
- Staging URL: https://curiositystaging.herokuapp.com/
- Production URL: https://www.curiositymachine.org/
- Staging URL: http://technovation.staging.wpengine.com/
- Production URL: https://technovationchallenge.org
- Production URL: https://technovation.org
- Heroku
- Slack
- Roxana to invite
- ZenBoard
- Roxana to invite
- CircleCI
- Sigin with GitHub
- Download a backup of staging/qa data
- Log in to Heroku
- Click
technovation-qa
for Technovation Girls - Click
curiositystaging
for Technovation Families - Click "Heroku Postgres" add-on
- Click "Durability" tab
- Download a backup
- Run the following command to import the backup locally:
- For Technovation Girls:
pg_restore --verbose --clean --no-owner --host localhost --username postgres --dbname technovation-app_development ~/Downloads/yourbackupfile
- For Technovation Families:
pg_restore --verbose --clean --no-owner --host localhost --username postgres --dbname cm_local ~/Downloads/yourbackupfile
- For Technovation Girls: