Last active
November 5, 2019 14:37
-
-
Save polvanrijn/fd2b33efaac98a8d70cff469eb073cb0 to your computer and use it in GitHub Desktop.
[Dallinger] Some Dallinger snippets
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
# Setup server | |
recruiter=hotair dallinger sandbox --verbose # deploy to heroku | |
dallinger debug --verbose # deploy locally | |
# Monitor a given app, e.g. dlgr-a5d57283 | |
dallinger monitor --app a5d57283 # View paper trace | |
dallinger destroy --app a5d57283 # Destroy a given app | |
# Login with (another) Heroku account | |
heroku login | |
heroku logoff | |
# Virtual envs | |
workon # list all virtual envs | |
workon virtenv # change virtual env to "virtenv" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment