forked from mmcardle/MServe
-
Notifications
You must be signed in to change notification settings - Fork 1
License
it-innovation/MServe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 47.0%
- Python 46.1%
- Java 3.6%
- Shell 3.3%