summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-06-21 20:06:49 +0200
committerOliver Poignant <oliver@poignant.se>2016-06-21 20:06:49 +0200
commit743d67ca06a72f478077fed45ae7b4e4db795841 (patch)
tree043b467e6cc5ce67ce660acb4be016ea793a0e18
parentc4407c007ab4ac900d6438761f72acae44878054 (diff)
downloadGit-Auto-Deploy-743d67ca06a72f478077fed45ae7b4e4db795841.zip
Git-Auto-Deploy-743d67ca06a72f478077fed45ae7b4e4db795841.tar.gz
Git-Auto-Deploy-743d67ca06a72f478077fed45ae7b4e4db795841.tar.bz2
Updated docs
-rw-r--r--README.md17
1 files changed, 6 insertions, 11 deletions
diff --git a/README.md b/README.md
index 7ed682f..39a70b5 100644
--- a/README.md
+++ b/README.md
@@ -26,20 +26,15 @@ 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
+Optional: Copy any private SSH key you wish to use to the home directory of GAD.
+
+ sudo cp /path/to/id_rsa /etc/git-auto-deploy/.ssh/
+ chown -R git-auto-deploy:git-auto-deploy /etc/git-auto-deploy
+
Start ```Git-Auto-Deploy``` and check it's status.
service git-auto-deploy start
@@ -52,7 +47,7 @@ When installing ```Git-Auto-Deploy``` from the repository, you'll need to make s
Clone the repository.
git clone https://github.com/olipo186/Git-Auto-Deploy.git
-o
+
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