Skip to content

Commit

Permalink
Merge pull request #856 from DebRez/topic/server_update
Browse files Browse the repository at this point in the history
Topic/server update
  • Loading branch information
DebRez authored Aug 22, 2019
2 parents 8a5fbd2 + e0e515d commit 980e6b7
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 3,057 deletions.
30 changes: 9 additions & 21 deletions server/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,29 @@ How to setup the MTT server

1) Setup the MTT Database
----------------------------------------------------
- Install PostgreSQL
http://www.postgresql.org/

Note: We test with 8.4.13, but any later version should work fine.

- Follow instructions in sql/INSTALL
See the MTT Wiki "Database"


2) Setup the MTT Reporter
----------------------------------------------------
- Apache Setup
Apache must be setup to support PHP.

- Optionally you might want to increase the file size limits for uploads
shell$ $EDITOR /etc/php.ini:
; Maximum allowed size for uploaded files.
upload_max_filesize = 20M
See the MTT Wiki "HTTPServer"

shell$ $EDITOR /etc/httpd/conf/httpd.conf:
# Limit Upload to 20Mb
LimitRequestBody 20971520

- Follow instructions in php/INSTALL
3) Setup the cron scripts
----------------------------------------------------
See the MTT Wiki "ServerMaintenance"


3) Setup the cron scripts
4.) Setup the Cherrypy Server
----------------------------------------------------
- Follow the instructions in php/cron/INSTALL
See the MTT Wiki "MTT Cherrypy Server"


4) Test your setup
5) Test your setup
----------------------------------------------------
- Run a simple MTT client in debug mode and watch for errors


5) All done!
6) All done!
----------------------------------------------------
- Enjoy!
15 changes: 0 additions & 15 deletions server/gds/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions server/gds/admin/__init__.py

This file was deleted.

95 changes: 0 additions & 95 deletions server/gds/admin/admin.py

This file was deleted.

29 changes: 0 additions & 29 deletions server/gds/app.yaml

This file was deleted.

130 changes: 0 additions & 130 deletions server/gds/auth/__init__.py

This file was deleted.

60 changes: 0 additions & 60 deletions server/gds/auth/models.py

This file was deleted.

Loading

0 comments on commit 980e6b7

Please sign in to comment.