Skip to content

Instantly share code, notes, and snippets.

@gofydo
Last active February 9, 2017 23:03
Show Gist options
  • Save gofydo/268586965b5d910a71eb5ed309378344 to your computer and use it in GitHub Desktop.
Save gofydo/268586965b5d910a71eb5ed309378344 to your computer and use it in GitHub Desktop.
restore fwolf envs.
# TPX
mongorestore --host 127.0.0.1:27017 --drop --db tpx ../dumps/tpx/
./manage.py delete-ats connect-scoutexchangellc
./manage.py console
u = User.get_by_email("[email protected]")
u.password = "1"
u.save()
make run
# Connect
./manage.py createdb -d
./manage.py onboard_users data/scout_developers.csv
./manage.py set_password_for_user [email protected] 1q@W3e$R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment