Mercurial > p > roundup > code
comparison doc/installation.txt @ 6629:6fe56720e13d
Remove windows installer directions, update disrributions
We no longer supply a windows installer. Removed section describing
it.
Replace debian with Gentoo distribution and verified that NetBSD still
offers roundup (1.4.19) with it's packging tools. Also added note that
distributions may have old versions and you should get it from the
roundup web site or pypi.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 04 Apr 2022 21:38:50 -0400 |
| parents | 637501e529f3 |
| children | 7545d3a3a307 |
comparison
equal
deleted
inserted
replaced
| 6628:2bb6d7baa47d | 6629:6fe56720e13d |
|---|---|
| 46 of python as these contain many fixes to serious bugs. | 46 of python as these contain many fixes to serious bugs. |
| 47 | 47 |
| 48 Some variants of Linux will need an additional "python dev" package | 48 Some variants of Linux will need an additional "python dev" package |
| 49 installed for Roundup installation to work. Debian and derivatives, are | 49 installed for Roundup installation to work. Debian and derivatives, are |
| 50 known to require this. | 50 known to require this. |
| 51 | |
| 52 If you are using the Roundup Windows installer on a 64 bit system and | |
| 53 you get the error message:: | |
| 54 | |
| 55 "No Python installation found in the registry" | |
| 56 | |
| 57 you need to install a 32 bit version of python. The 64 bit versions | |
| 58 use a different registry key that the installer doesn't detect. See: | |
| 59 https://issues.roundup-tracker.org/issue2550718 for details. | |
| 60 | 51 |
| 61 Optional Components | 52 Optional Components |
| 62 =================== | 53 =================== |
| 63 | 54 |
| 64 You may optionally install and use: | 55 You may optionally install and use: |
| 152 | 143 |
| 153 Getting Roundup | 144 Getting Roundup |
| 154 =============== | 145 =============== |
| 155 | 146 |
| 156 .. note:: | 147 .. note:: |
| 157 Some systems, such as Debian and NetBSD, already have Roundup | 148 Some systems, such as Gentoo and NetBSD, already have Roundup |
| 158 installed. Try running the command "roundup-admin" with no arguments, | 149 installed. Try running the command "roundup-admin" with no arguments, |
| 159 and if it runs you may skip the `Basic Installation Steps`_ | 150 and if it runs you may skip the `Basic Installation Steps`_ |
| 160 below and go straight to `configuring your first tracker`_. | 151 below and go straight to `configuring your first tracker`_. |
| 152 However they may install an old version, so you are probably | |
| 153 beter off installing it from the roundup web site or pypi. | |
| 161 | 154 |
| 162 Download the latest version from https://www.roundup-tracker.org/. | 155 Download the latest version from https://www.roundup-tracker.org/. |
| 163 | 156 |
| 164 For The Really Impatient | 157 For The Really Impatient |
| 165 ======================== | 158 ======================== |
