Skip to content

Instantly share code, notes, and snippets.

@bacongobbler
Created April 22, 2014 18:10
Show Gist options
  • Save bacongobbler/11188892 to your computer and use it in GitHub Desktop.
Save bacongobbler/11188892 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
source ~/venv/bin/activate
deis register http://local.deisapp.com:8000 --username=bacongobbler --email=mmm@bacon.com --password=qwerty
deis login http://local.deisapp.com:8000 --username=bacongobbler --password=qwerty
deis keys:add ~/.ssh/id_rsa.pub
deis init dev local.deisapp.com --hosts=local.deisapp.com --auth=~/.vagrant.d/insecure_private_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment