Mercurial > p > roundup > code
comparison doc/installation.txt @ 753:938edfdeac6e
Sorry about this huge checkin!
It's fixing a lot of related stuff in one go though.
. [SF#541941] changing multilink properties by mail
. [SF#526730] search for messages capability
. [SF#505180] split MailGW.handle_Message
- also changed cgi client since it was duplicating the functionality
. build htmlbase if tests are run using CVS checkout (removed note from
installation.txt)
. don't create an empty message on email issue creation if the email is empty
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 29 May 2002 01:16:17 +0000 |
| parents | a721f4e7ebbc |
| children | 6f6eb43d9d86 |
comparison
equal
deleted
inserted
replaced
| 752:a721f4e7ebbc | 753:938edfdeac6e |
|---|---|
| 1 ================== | 1 ================== |
| 2 Installing Roundup | 2 Installing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.10 $ | 5 :Version: $Revision: 1.11 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 66 Testing your Python | 66 Testing your Python |
| 67 ------------------- | 67 ------------------- |
| 68 | 68 |
| 69 Run ``"python ./run_tests"`` and make sure there | 69 Run ``"python ./run_tests"`` and make sure there |
| 70 are no errors. If there are errors, please let us know! | 70 are no errors. If there are errors, please let us know! |
| 71 | |
| 72 Note: if you're installing from the CVS, you will need to run "python setup.py | |
| 73 build" before the tests will work, as there are modules that must be | |
| 74 generated that are not stored in the CVS. | |
| 75 | 71 |
| 76 | 72 |
| 77 Getting Roundup | 73 Getting Roundup |
| 78 =============== | 74 =============== |
| 79 | 75 |
