Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Last active June 7, 2020 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofprasanna/f9ca6fc294b447bc6a0cd8f318204df3 to your computer and use it in GitHub Desktop.
Save worldofprasanna/f9ca6fc294b447bc6a0cd8f318204df3 to your computer and use it in GitHub Desktop.
Create new application in dokku
# Clone the repo
git clone git@github.com:worldofprasanna/getting-started-with-dokku.git
# cd into the repo
cd getting-started-with-dokku
# Install dokku client locally
brew install dokku/repo/dokku
# Create dokku app
dokku apps:create getting-started-with-dokku
# Add a git remote to point to dokku app
git remote add dokku dokku@<vm-public-ip-address>:getting-started-with-dokku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment