diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-06-13 23:03:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 23:03:54 +0200 |
commit | 9885af0d8d76ab3e732a080eb8a81598d6fe1142 (patch) | |
tree | 6e8c9a764dd6745a1b8fb6985917154acfafc7a6 | |
parent | ada6661b2fbb2e2ce8a15dce7795f2fbd63b096e (diff) | |
download | Git-Auto-Deploy-9885af0d8d76ab3e732a080eb8a81598d6fe1142.zip Git-Auto-Deploy-9885af0d8d76ab3e732a080eb8a81598d6fe1142.tar.gz Git-Auto-Deploy-9885af0d8d76ab3e732a080eb8a81598d6fe1142.tar.bz2 |
Updated instructions for debian
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -26,6 +26,16 @@ Install ```Git-Auto-Deploy``` using apt. sudo apt-get install git-auto-deploy +**Note:** There's currently a problem with the debian package, causing it to not install all nessecary dependencies. Therefore, you'll need to install the following dependency manually using pip. + + sudo pip install lockfile + +If you don't have pip installed, try installing it by running this from the command +line: + + curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python + + Modify the configuration file to match your project setup. [Read more about the configuration options](./docs/Configuration.md). nano /etc/git-auto-deploy.conf.json |