@@ -3,41 +3,29 @@ How to setup the MTT server
33
441) Setup the MTT Database
55----------------------------------------------------
6- - Install PostgreSQL
7- http://www.postgresql.org/
8-
9- Note: We test with 8.4.13, but any later version should work fine.
10-
11- - Follow instructions in sql/INSTALL
6+ See the MTT Wiki "Database"
127
138
1492) Setup the MTT Reporter
1510----------------------------------------------------
16- - Apache Setup
17- Apache must be setup to support PHP.
18-
19- - Optionally you might want to increase the file size limits for uploads
20- shell$ $EDITOR /etc/php.ini:
21- ; Maximum allowed size for uploaded files.
22- upload_max_filesize = 20M
11+ See the MTT Wiki "HTTPServer"
2312
24- shell$ $EDITOR /etc/httpd/conf/httpd.conf:
25- # Limit Upload to 20Mb
26- LimitRequestBody 20971520
2713
28- - Follow instructions in php/INSTALL
14+ 3) Setup the cron scripts
15+ ----------------------------------------------------
16+ See the MTT Wiki "ServerMaintenance"
2917
3018
31- 3 ) Setup the cron scripts
19+ 4. ) Setup the Cherrypy Server
3220----------------------------------------------------
33- - Follow the instructions in php/cron/INSTALL
21+ See the MTT Wiki "MTT Cherrypy Server"
3422
3523
36- 4 ) Test your setup
24+ 5 ) Test your setup
3725----------------------------------------------------
3826- Run a simple MTT client in debug mode and watch for errors
3927
4028
41- 5 ) All done!
29+ 6 ) All done!
4230----------------------------------------------------
4331- Enjoy!
0 commit comments