diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-05-29 11:37:36 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-05-29 11:37:36 +0200 |
commit | e8663085e1a02b1c94572a18e5d061ba7aed6dc8 (patch) | |
tree | 05b82a125c836ad1f1e98ab0c8dc53da8083fe0e | |
parent | 84e99d89e75b4c2e5e5e8678a15adb9d391daa44 (diff) | |
parent | 98f34c1ec292037835e132c1e6a48a8a4ab0f04d (diff) | |
download | Git-Auto-Deploy-e8663085e1a02b1c94572a18e5d061ba7aed6dc8.zip Git-Auto-Deploy-e8663085e1a02b1c94572a18e5d061ba7aed6dc8.tar.gz Git-Auto-Deploy-e8663085e1a02b1c94572a18e5d061ba7aed6dc8.tar.bz2 |
Merge branch 'master' of github.com:olipo186/Git-Auto-Deploy
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -43,6 +43,15 @@ Clone the repository. git clone https://github.com/olipo186/Git-Auto-Deploy.git +Install the dependencies with [pip](http://www.pip-installer.org/en/latest/), a package manager for Python, by running the following command. + + sudo pip install -r requirements.txt + +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 + Copy of the sample config and modify it. [Read more about the configuration options](./docs/Configuration.md). Make sure that ```pidfilepath``` is writable for the user running the script, as well as all paths configured for your repositories. cd Git-Auto-Deploy |