| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A declarative way to pre-package and ship applications on Dokku.
Install the latest release with the quick install script (Linux, macOS, or a POSIX shell on Windows):
curl -fsSL https://raw.githubusercontent.com/dokku/docket/main/install.sh | shOr via Homebrew:
brew install dokku/repo/docketOr with the Go toolchain:
go install github.com/dokku/docket@latestSee the Getting started guide for all channels, including prebuilt binaries and Debian/Ubuntu packages.
Describe the desired state of your app in a tasks.yml recipe:
---
- tasks:
- dokku_app:
app: inflector
- dokku_git_sync:
app: inflector
remote: http://github.com/cakephp/inflector.cakephp.orgPreview what would change, then apply it:
docket plan # show what apply would do, without changing anything
docket apply # make the changes needed to match the recipeRunning docket apply again is a no-op when the server already matches the recipe.
| Back | FazBrowse Home | New Git URL |