Created
December 24, 2014 14:26
-
-
Save plasticut/87535799b69f21183622 to your computer and use it in GitHub Desktop.
Setup dokku
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
export DOKKU_HOST=$HOSTNAME | |
export PUBLIC_KEY=~/.ssh/id_rsa.pub | |
export DEVELOPER=john | |
cat $PUBLIC_KEY | ssh root@$DOKKU_HOST "sudo sshcommand acl-add dokku $DEVELOPER" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment