forked from mmcardle/MServe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
49 lines (42 loc) · 2.04 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
MServe README.txt
=================
MServe is licensed under the LGPL v2.1 license (see LICENSE).
Information about the licenses for third-party code distributed with and used by MServe can be found in the file IPR.txt.
Individual files have their own copyright headers but in general the source code is copyright University of Southampton IT Innovation Centre.
Contents
--------
============= ===========
File/Folder Description
============= ===========
django-mserve django code for MServe
docs documentation for MServe
examples example code (java)
licenses licenses for third-party code distributed with MServe
scripts utility scripts
static static content
IPR.txt licenses for third-party code
LICENSE LGPL v2.1 license
README.txt this file
============= ===========
To set up MServe
================
./scripts/setup-mserve.sh
usage: ./setup-mserve.sh [-m mserve home] [-d mserve data] [-s http server] [-g]
OPTIONS:
-c <install|update|uninstall|dependencies> # script operation, default: install
-m <MSERVE home directory> # default: /var/opt/mserve
-d <MSERVE data directory> # default: /var/opt/mserve-data
-l <MSERVE log directory> # defautl: /var/log/mserve
-t <MSERVE HTTP server> # [apache|lighttpd] default: apache
-u <MSERVE admin user name> # administrator user name, default: admin
-p <MSERVE admin password> # admin password
-e <MSERVE admin email> # administrator email, default: [email protected]
-U <Database admin user> # Database admin user, default root
-P <Database admin password> # Database admin password
-s <schema> # Schema (http/https)
-g install from git repository
-v verbose mode
* install - will install a fresh MServe deployment
* update - will update the current MServe deployment to the latest version
* uninstall - will uninstall the current deployment
* dependencies - will install all libraries MServe depends on