Skip to content

Instantly share code, notes, and snippets.

@polvanrijn
Last active November 5, 2019 14:37
Show Gist options
  • Save polvanrijn/fd2b33efaac98a8d70cff469eb073cb0 to your computer and use it in GitHub Desktop.
Save polvanrijn/fd2b33efaac98a8d70cff469eb073cb0 to your computer and use it in GitHub Desktop.
[Dallinger] Some Dallinger snippets
# 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