Mercurial > p > roundup > code
comparison doc/installation.txt @ 1588:1ac46e7e4150
more doc work - new improved overview doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 17 Apr 2003 01:14:43 +0000 |
| parents | 80519db85eac |
| children | 198dbefc1d5a |
comparison
equal
deleted
inserted
replaced
| 1587:7c1a9b72f7fb | 1588:1ac46e7e4150 |
|---|---|
| 1 ================== | 1 ================== |
| 2 Installing Roundup | 2 Installing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.45 $ | 5 :Version: $Revision: 1.46 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 468 Schedule | 468 Schedule |
| 469 At System Startup | 469 At System Startup |
| 470 | 470 |
| 471 To have the Roundup mail gateway run periodically to poll a POP email address, | 471 To have the Roundup mail gateway run periodically to poll a POP email address, |
| 472 set the following up in Scheduled Tasks: | 472 set the following up in Scheduled Tasks: |
| 473 | |
| 473 Run | 474 Run |
| 474 ``c:\cygwin\bin\bash.exe -c "roundup-mailgw /opt/roundup/trackers/support pop roundup:roundup@mail-server"`` | 475 ``c:\cygwin\bin\bash.exe -c "roundup-mailgw /opt/roundup/trackers/support pop roundup:roundup@mail-server"`` |
| 475 Start In | 476 Start In |
| 476 ``C:\cygwin\opt\roundup\bin`` | 477 ``C:\cygwin\opt\roundup\bin`` |
| 477 Schedule | 478 Schedule |
| 496 | 497 |
| 497 | 498 |
| 498 Linux | 499 Linux |
| 499 ----- | 500 ----- |
| 500 | 501 |
| 501 Make sure you read the instructions under `shared environment setup`_. | 502 Make sure you read the instructions under `shared environment steps`_. |
| 502 | 503 |
| 503 Python 2.1.1 as shipped with SuSE7.3 might be missing module | 504 Python 2.1.1 as shipped with SuSE7.3 might be missing module |
| 504 ``_weakref``. | 505 ``_weakref``. |
| 505 | 506 |
| 506 | 507 |
| 507 Solaris | 508 Solaris |
| 508 ------- | 509 ------- |
| 509 | 510 |
| 510 You'll need to build Python. | 511 You'll need to build Python. |
| 511 | 512 |
| 512 Make sure you read the instructions under `shared environment setup`_. | 513 Make sure you read the instructions under `shared environment steps`_. |
| 513 | 514 |
| 514 ------------------------------------------------------------------------------- | 515 ------------------------------------------------------------------------------- |
| 515 | 516 |
| 516 Back to `Table of Contents`_ | 517 Back to `Table of Contents`_ |
| 517 | 518 |
