comparison doc/admin_guide.txt @ 2480:6e4c9680e0c1 maint-0.7

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Thu, 17 Jun 2004 10:15:49 +0000
parents e6c301801b77
children fbf1eaae481f
comparison
equal deleted inserted replaced
2477:e6c301801b77 2480:6e4c9680e0c1
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.5.2.4 $ 5 :Version: $Revision: 1.5.2.5 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
115 115
116 PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments> 116 PYTHONPATH=. python roundup/scripts/roundup_server.py <normal arguments>
117 PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments> 117 PYTHONPATH=. python roundup/scripts/roundup_admin.py <normal arguments>
118 PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments> 118 PYTHONPATH=. python roundup/scripts/roundup_mailgw.py <normal arguments>
119 119
120 Note that on Windows, this would read::
121
122 C:\sources\roundup-0.7.4> SET PYTHONPATH=.
123 C:\sources\roundup-0.7.4> python roundup/scripts/roundup_server.py <normal arguments>
124
120 7. Once you're comfortable that the upgrade will work using that copy, you 125 7. Once you're comfortable that the upgrade will work using that copy, you
121 should the installed software:: 126 should instal the new version of the software::
122 127
123 python setup.py install 128 python setup.py install
124 129
125 8. Restart your tracker web and email frontends. 130 8. Restart your tracker web and email frontends.
126 131

Roundup Issue Tracker: http://roundup-tracker.org/