-
Notifications
You must be signed in to change notification settings - Fork 4
Onboarding Guide
shaunxp20 edited this page Apr 14, 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/
- Google
- Update email account to default to
technovation.org
- Update email account to default to
- 1Password
- Invite from Kate Y
- Heroku
- Setup the Heroku CLI
- GitHub
- Slack
- Basecamp
- ZenBoard
- CircleCI
- Get added to:
- GitHub organization
- Heroku group
- Basecamp groups
- Slack
- 1Password group
- OOO calendar
- Benefits, direct deposit, etc.
- Reporter Training
- Security Awareness, and Privacy & Data Protection
- Data Security & Privacy
- Harassment & Discrimination Prevention
- Meeting invites
- Email signature
- 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: