Files
@ 0a9ddb8cd8c1
Branch filter:
Location: kallithea/docs/installation_win_old.rst
0a9ddb8cd8c1
8.3 KiB
text/prs.fallenstein.rst
setup: avoid setuptools 67 - it can't handle celery's broken pytz dependency
With setuptools 67 or later, launching Kallithea fails as:
$ gearbox serve -c my.ini --reload
15:56:54,111 ERROR [gearbox] Expected closing RIGHT_PARENTHESIS
pytz (>dev)
~^
The `packaging` vendored in setuptools cannot handle the broken syntax
`Requires-Dist: pytz (>dev)` in
venv/lib/python3.11/site-packages/celery-5.0.5.dist-info/METADATA .
The old celery version currently used by Kallithea is wrong, and setuptools has
moved on after a reasonable grace period. We thus have to work around and avoid
latest setuptools.
See https://github.com/pypa/setuptools/issues/3889 .
With setuptools 67 or later, launching Kallithea fails as:
$ gearbox serve -c my.ini --reload
15:56:54,111 ERROR [gearbox] Expected closing RIGHT_PARENTHESIS
pytz (>dev)
~^
The `packaging` vendored in setuptools cannot handle the broken syntax
`Requires-Dist: pytz (>dev)` in
venv/lib/python3.11/site-packages/celery-5.0.5.dist-info/METADATA .
The old celery version currently used by Kallithea is wrong, and setuptools has
moved on after a reasonable grace period. We thus have to work around and avoid
latest setuptools.
See https://github.com/pypa/setuptools/issues/3889 .
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | .. _installation_win_old:
.. warning:: This section is outdated and needs updating for Python 3.
==========================================================
Installation on Windows (XP/Vista/Server 2003/Server 2008)
==========================================================
First-time install
------------------
Target OS: Windows XP SP3 32-bit English (Clean installation)
+ All Windows Updates until 24-may-2012
.. note::
This installation is for 32-bit systems, for 64-bit Windows you might need
to download proper 64-bit versions of the different packages (Windows Installer, Win32py extensions)
plus some extra tweaks.
These extra steps haven been marked as "64-bit".
Tested on Windows Server 2008 R2 SP1, 9-feb-2013.
If you run into any 64-bit related problems, please check these pages:
- http://blog.victorjabur.com/2011/06/05/compiling-python-2-7-modules-on-windows-32-and-64-using-msvc-2008-express/
- http://bugs.python.org/issue7511
Step 1 -- Install Visual Studio 2008 Express
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Optional: You can also install MinGW, but VS2008 installation is easier.
Download "Visual C++ 2008 Express Edition with SP1" from:
http://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso
(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)
You can also download full ISO file for offline installation, just
choose "All -- Offline Install ISO image file" in the previous page and
choose "Visual C++ 2008 Express" when installing.
.. note::
Using other versions of Visual Studio will lead to random crashes.
You must use Visual Studio 2008!"
.. note::
Silverlight Runtime and SQL Server 2008 Express Edition are not
required, you can uncheck them
.. note::
64-bit: You also need to install the Microsoft Windows SDK for .NET 3.5 SP1 (.NET 4.0 won't work).
Download from: http://www.microsoft.com/en-us/download/details.aspx?id=3138
.. note::
64-bit: You also need to copy and rename a .bat file to make the Visual C++ compiler work.
I am not sure why this is not necessary for 32-bit.
Copy C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat to C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat
Step 2 -- Install Python
^^^^^^^^^^^^^^^^^^^^^^^^
Install Python 3.8.x from:
http://www.python.org/download/
Remember the specific major and minor version installed, because it will
be needed in the next step. In this case, it is "3.8".
.. note::
64-bit: Just download and install the 64-bit version of python.
Step 3 -- Install Win32py extensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Download pywin32 from:
http://sourceforge.net/projects/pywin32/files/
- Click on "pywin32" folder
- Click on the first folder (in this case, Build 218, maybe newer when you try)
- Choose the file ending with ".win32-py3.x.exe" -> x being the minor
version of Python you installed (in this case, 7)
When writing this guide, the file was:
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py3.8.exe/download
.. note::
64-bit: Download and install the 64-bit version.
At the time of writing you can find this at:
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py3.8.exe/download
Step 4 -- Python BIN
^^^^^^^^^^^^^^^^^^^^
Add Python BIN folder to the path
You have to add the Python folder to the path, you can do it manually
(editing "PATH" environment variable) or using Windows Support Tools
that came preinstalled in Vista/7 and can be installed in Windows XP.
- Using support tools on WINDOWS XP:
If you use Windows XP you can install them using Windows XP CD and
navigating to \SUPPORT\TOOLS. There, execute Setup.EXE (not MSI).
Afterwards, open a CMD and type::
SETX PATH "%PATH%;[your-python-path]" -M
Close CMD (the path variable will be updated then)
- Using support tools on WINDOWS Vista/7:
Open a CMD and type::
SETX PATH "%PATH%;[your-python-path]" /M
Please substitute [your-python-path] with your Python installation path.
Typically: C:\\Python38
Step 5 -- Kallithea folder structure
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create a Kallithea folder structure
This is only a example to install Kallithea, you can of course change
it. However, this guide will follow the proposed structure, so please
later adapt the paths if you change them. My recommendation is to use
folders with NO SPACES. But you can try if you are brave...
Create the following folder structure::
C:\Kallithea
C:\Kallithea\Bin
C:\Kallithea\Env
C:\Kallithea\Repos
Step 6 -- Install virtualenv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create a virtual Python environment in C:\\Kallithea\\Env (or similar). To
do so, open a CMD (Python Path should be included in Step3), and write::
python3 -m venv C:\Kallithea\Env
Step 7 -- Install Kallithea
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Finally, install Kallithea
Close previously opened command prompt/s, and open a Visual Studio 2008
Command Prompt (**IMPORTANT!!**). To do so, go to Start Menu, and then open
"Microsoft Visual C++ 2008 Express Edition" -> "Visual Studio Tools" ->
"Visual Studio 2008 Command Prompt"
.. note::
64-bit: For 64-bit you need to modify the shortcut that is used to start the
Visual Studio 2008 Command Prompt. Use right-mouse click to open properties.
Change commandline from::
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
to::
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" amd64
In that CMD (loaded with VS2008 PATHs) type::
cd C:\Kallithea\Env\Scripts (or similar)
activate
pip install --upgrade pip "setuptools<67"
The prompt will change into "(Env) C:\\Kallithea\\Env\\Scripts" or similar
(depending of your folder structure). Then type::
pip install kallithea
(long step, please wait until fully complete)
Some warnings will appear, don't worry as they are normal.
Step 8 -- Configuring Kallithea
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
steps taken from http://packages.python.org/Kallithea/setup.html
You have to use the same Visual Studio 2008 command prompt as Step7, so
if you closed it reopen it following the same commands (including the
"activate" one). When ready, just type::
cd C:\Kallithea\Bin
kallithea-cli config-create my.ini
Then, you must edit my.ini to fit your needs (network address and
port, mail settings, database, whatever). I recommend using NotePad++
(free) or similar text editor, as it handles well the EndOfLine
character differences between Unix and Windows
(http://notepad-plus-plus.org/)
For the sake of simplicity lets run it with the default settings. After
your edits (if any), in the previous Command Prompt, type::
kallithea-cli db-create -c my.ini
.. warning:: This time a *new* database will be installed. You must
follow a different process to later :ref:`upgrade <upgrade>`
to a newer Kallithea version.
The script will ask you for confirmation about creating a NEW database,
answer yes (y)
The script will ask you for repository path, answer C:\\Kallithea\\Repos
(or similar)
The script will ask you for admin username and password, answer "admin"
+ "123456" (or whatever you want)
The script will ask you for admin mail, answer "admin@xxxx.com" (or
whatever you want)
If you make some mistake and the script does not end, don't worry, start
it again.
Step 9 -- Running Kallithea
^^^^^^^^^^^^^^^^^^^^^^^^^^^
In the previous command prompt, being in the C:\\Kallithea\\Bin folder,
just type::
gearbox serve -c my.ini
Open yout web server, and go to http://127.0.0.1:5000
It works!! :-)
Remark:
If it does not work first time, just Ctrl-C the CMD process and start it
again. Don't forget the "http://" in Internet Explorer
What this Guide does not cover:
- Installing Celery
- Running Kallithea as Windows Service. You can investigate here:
- http://pypi.python.org/pypi/wsgisvc
- http://ryrobes.com/python/running-python-scripts-as-a-windows-service/
- http://wiki.pylonshq.com/display/pylonscookbook/How+to+run+Pylons+as+a+Windows+service
- Using Apache. You can investigate here:
- https://groups.google.com/group/rhodecode/msg/c433074e813ffdc4
|