diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-25 01:34:55 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-25 01:34:55 +0100 |
commit | 6623f76aceef158f47f1f7af7913e37cdfcb4811 (patch) | |
tree | 0b01ec33a8d39ac9ca9b83acbd38b9f283bd4ab0 | |
parent | 43f9a40fa70a0cdbbf290184ca9d49950b1c87e0 (diff) | |
download | Git-Auto-Deploy-6623f76aceef158f47f1f7af7913e37cdfcb4811.zip Git-Auto-Deploy-6623f76aceef158f47f1f7af7913e37cdfcb4811.tar.gz Git-Auto-Deploy-6623f76aceef158f47f1f7af7913e37cdfcb4811.tar.bz2 |
Updated README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ Copy of the sample config and modify it. [Read more about the configuration opti cd Git-Auto-Deploy cp config.json.sample config.json -Start ```Git-Auto-Deploy```. +Start ```Git-Auto-Deploy``` manually using; python gitautodeploy @@ -35,7 +35,7 @@ To start ```Git-Auto-Deploy``` automatically on boot, open crontab in edit mode @reboot /usr/bin/python /path/to/Git-Auto-Deploy/gitautodeploy --daemon-mode --quiet --config /path/to/git-auto-deploy.conf.json -*Tip:* You can also configure ```Git-Auto-Deploy``` to start on boot using a init.d-script (for Debian and Sys-V like init systems) or a service for systemd. [Read more about starting Git-Auto-Deploy automatically using init.d or systemd](./docs/Start automatically on boot.md). +You can also configure ```Git-Auto-Deploy``` to start on boot using a init.d-script (for Debian and Sys-V like init systems) or a service for systemd. [Read more about starting Git-Auto-Deploy automatically using init.d or systemd](./docs/Start automatically on boot.md). ## Install from PPA (recommended for debian systems) |