Last active
June 7, 2020 03:01
-
-
Save worldofprasanna/f9ca6fc294b447bc6a0cd8f318204df3 to your computer and use it in GitHub Desktop.
Create new application in dokku
This file contains 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
# Clone the repo | |
git clone [email protected]: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