Show More
@@ -145,14 +145,16 b' The prompt will change into "(Env) C:\\\\K' | |||
|
145 | 145 | complete. Some warnings will appear. Don't worry, they are |
|
146 | 146 | normal. |
|
147 | 147 | |
|
148 |
Step 8 -- Install |
|
|
148 | Step 8 -- Install Git (optional) | |
|
149 | 149 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
150 | 150 | |
|
151 |
Mercurial being a python package, |
|
|
151 | Mercurial being a python package, was installed automatically when doing ``pip install kallithea``. | |
|
152 | 152 | |
|
153 |
You need to install |
|
|
154 | ||
|
153 | You need to install Git manually if you want Kallithea to be able to host Git repositories. | |
|
155 | 154 | See http://git-scm.com/book/en/v2/Getting-Started-Installing-Git#Installing-on-Windows for instructions. |
|
155 | The location of the Git binaries (like ``c:\path\to\git\bin``) must be | |
|
156 | added to the ``PATH`` environment variable so ``git.exe`` and other tools like | |
|
157 | ``gzip.exe`` are available. | |
|
156 | 158 | |
|
157 | 159 | Step 9 -- Configuring Kallithea |
|
158 | 160 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
@@ -191,7 +193,7 b' The script will ask you for admin mail, ' | |||
|
191 | 193 | |
|
192 | 194 | If you make a mistake and the script doesn't end, don't worry: start it again. |
|
193 | 195 | |
|
194 |
If you decided not to install |
|
|
196 | If you decided not to install Git, you will get errors about it that you can ignore. | |
|
195 | 197 | |
|
196 | 198 | Step 10 -- Running Kallithea |
|
197 | 199 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
General Comments 0
You need to be logged in to leave comments.
Login now