summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-06-13 23:03:54 +0200
committerGitHub <noreply@github.com>2016-06-13 23:03:54 +0200
commit9885af0d8d76ab3e732a080eb8a81598d6fe1142 (patch)
tree6e8c9a764dd6745a1b8fb6985917154acfafc7a6
parentada6661b2fbb2e2ce8a15dce7795f2fbd63b096e (diff)
downloadGit-Auto-Deploy-9885af0d8d76ab3e732a080eb8a81598d6fe1142.zip
Git-Auto-Deploy-9885af0d8d76ab3e732a080eb8a81598d6fe1142.tar.gz
Git-Auto-Deploy-9885af0d8d76ab3e732a080eb8a81598d6fe1142.tar.bz2
Updated instructions for debian
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fe9d3d..7ed682f 100644
--- a/README.md
+++ b/README.md
@@ -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