comparison docs/installation_win_old.rst @ 4815:64b1a2320bcb

docs: update Windows installation documentation for Windows 7/Server 2008 R2 and newer Update to the Windows installation documentation following my setup experience on our production server. Changes : * Use of Microsoft Visual C++ Compiler for Python 2.7 which simplifies matter versus installing Visual Studio 2008 Express, because it removes the need to use the Visual Studio 2008 command prompt. It is also a lot smaller to download and install. Unfortunately, this means the instruction will only work on the same platforms as those which are supported by the compiler. * For that reason, I split the documentation into newer and older Windows. * Added more explanations where I feel it was necessary based on my experience * Added explanation on Git (Warning : I did not try this part) * Instructions assumes x64 instead of Win32. * Clarified titles * Grammar Potential issues: * I have the user install pip system wide so that virtualenv installation is easier (especially if using Python 2.7.9 which already includes pip). One may prefer to install virtualenv and the pip in the virtual environment (I know of no good reason, but it could happen). * Removed some line feeds that I found useless. I do not know the .rst format, they might be needed. It makes no difference when the documentation is generated using make.bat, so I am not sure Potential improvements: * Instructions on using srvany.exe to install as a Windows service * Instructions to make a reverse proxy using Apache * Instructions to make a reverse proxy using IIS
author Denis Blanchette <dblanchette@coveo.com>
date Mon, 02 Feb 2015 17:20:08 -0500
parents d95ea48af67b
children 2aeaf6367929
comparison
equal deleted inserted replaced
4814:d95ea48af67b 4815:64b1a2320bcb
1 .. _installation_win_old: 1 .. _installation_win_old:
2 2
3 3
4 Step by step Installation for Windows 4 Installation and upgrade on Windows (XP/Vista/Server 2003/Server 2008)
5 ===================================== 5 ======================================================================
6 6
7 7 First time install
8 Kallithea step-by-step install Guide for Windows 8 ::::::::::::::::::
9 9
10 Target OS: Windows XP SP3 32bit English (Clean installation) 10 Target OS: Windows XP SP3 32bit English (Clean installation)
11 + All Windows Updates until 24-may-2012 11 + All Windows Updates until 24-may-2012
12 12
13 .. note:: 13 .. note::
26 26
27 27
28 Optional: You can also install MinGW, but VS2008 installation is easier. 28 Optional: You can also install MinGW, but VS2008 installation is easier.
29 29
30 Download "Visual C++ 2008 Express Edition with SP1" from: 30 Download "Visual C++ 2008 Express Edition with SP1" from:
31 http://www.microsoft.com/visualstudio/en-us/products/2008-editions/express 31 http://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso
32 (if not found or relocated, google for "visual studio 2008 express" for 32 (if not found or relocated, google for "visual studio 2008 express" for updated link. This link was taken from http://stackoverflow.com/questions/15318560/visual-c-2008-express-download-link-dead)
33 updated link)
34 33
35 You can also download full ISO file for offline installation, just 34 You can also download full ISO file for offline installation, just
36 choose "All - Offline Install ISO image file" in the previous page and 35 choose "All - Offline Install ISO image file" in the previous page and
37 choose "Visual C++ 2008 Express" when installing. 36 choose "Visual C++ 2008 Express" when installing.
38 37
271 270
272 - https://groups.google.com/group/rhodecode/msg/c433074e813ffdc4 271 - https://groups.google.com/group/rhodecode/msg/c433074e813ffdc4
273 272
274 273
275 Upgrading 274 Upgrading
276 ========= 275 :::::::::
277 276
278 Stop running Kallithea 277 Stop running Kallithea
279 Open a CommandPrompt like in Step7 (VS2008 path + activate) and type:: 278 Open a CommandPrompt like in Step7 (VS2008 path + activate) and type::
280 279
281 easy_install -U kallithea 280 easy_install -U kallithea