Skip to content

Commit 980e6b7

Browse files
authored
Merge pull request #856 from DebRez/topic/server_update
Topic/server update
2 parents 8a5fbd2 + e0e515d commit 980e6b7

File tree

27 files changed

+33
-3057
lines changed

27 files changed

+33
-3057
lines changed

server/INSTALL

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,29 @@ How to setup the MTT server
33

44
1) 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

149
2) 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!

server/gds/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

server/gds/admin/__init__.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

server/gds/admin/admin.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

server/gds/app.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

server/gds/auth/__init__.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

server/gds/auth/models.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)