Last active
February 9, 2017 23:03
-
-
Save gofydo/268586965b5d910a71eb5ed309378344 to your computer and use it in GitHub Desktop.
restore fwolf envs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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