diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-05-29 11:54:21 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-05-29 11:54:21 +0200 |
commit | 208ebb8641ab1f9d58ea69377773216af36829f6 (patch) | |
tree | fa9c1706637a74cb20d64c3a6ff417b04e40f834 | |
parent | d345a51ac497fead92888d8e09aeda2c317520a0 (diff) | |
download | Git-Auto-Deploy-208ebb8641ab1f9d58ea69377773216af36829f6.zip Git-Auto-Deploy-208ebb8641ab1f9d58ea69377773216af36829f6.tar.gz Git-Auto-Deploy-208ebb8641ab1f9d58ea69377773216af36829f6.tar.bz2 |
Instructions for Windows
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -71,11 +71,11 @@ You can also configure ```Git-Auto-Deploy``` to start on boot using a init.d-scr GAD runs under Windows, but requires some requisites. 1. Install Python 2.7 using the [Windows installer](https://www.python.org/downloads/). -2. After installed, make sure Python is in your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Make sure ``C:\Python27`` and ``C:\Python27\Scripts`` is part of the PATH system environment variable. +2. Verify that Python is added to your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Make sure ``C:\Python27`` and ``C:\Python27\Scripts`` is part of the PATH system environment variable. 3. Install pip using the [``get-pip.py`` script](https://pip.pypa.io/en/latest/installing/) -4. Install the [official Git build for Windows](https://git-scm.com/download/win) -5. Verify that Git is in your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Making sure that ```C:\Program Files\Git\cmd``` is added (should have be added automatically by the installer) as well as ```C:\Program Files\Git\bin``` (*not* added by default) -6. Continue with the instructions for [installing GAD from the repository](#install-from-repository-recommended-for-other-systems) +4. Install Git using the [official Git build for Windows](https://git-scm.com/download/win) +5. Verify that Git is added to your [system PATH](https://technet.microsoft.com/en-us/library/cc772047(v=ws.11).aspx). Make sure that ```C:\Program Files\Git\cmd``` is added (should have been added automatically by the installer) as well as ```C:\Program Files\Git\bin``` (*not* added by default). +6. Continue with the above instructions for [installing GAD from the repository](#install-from-repository-recommended-for-other-systems) ## Alternative installation methods |