Install on macOS
Running a Linux server? See Install via Docker for a non-Debian path.
Install
Section titled “Install”brew install vazra/tap/simpledeployVerify:
simpledeploy versionUse it against a remote server
Section titled “Use it against a remote server”-
Install and start the server on Linux. See Ubuntu or Generic Linux.
-
Create an API key on the server (or in the dashboard):
Terminal window # on the serversimpledeploy apikey create --name "laptop" --user-id 1 -
Add the context on your Mac:
Terminal window simpledeploy context add prod \--url https://manage.example.com \--api-key sd_paste_key_heresimpledeploy context use prod -
Deploy from your laptop:
Terminal window simpledeploy apply -f docker-compose.yml --name myappsimpledeploy listsimpledeploy logs myapp --follow
Upgrading
Section titled “Upgrading”brew upgrade simpledeployNext: First deploy.