diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-23 19:28:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-23 19:28:12 +0300 |
commit | 6977483732f09fbe7668161563104d2b6b2c25bf (patch) | |
tree | 531297375bee92aa2e4a451563df1ba80017d0a2 | |
parent | b46da2bec2c96f85727f67cbd100f5552aa71cb5 (diff) | |
download | evol-tools-6977483732f09fbe7668161563104d2b6b2c25bf.tar.gz evol-tools-6977483732f09fbe7668161563104d2b6b2c25bf.tar.bz2 evol-tools-6977483732f09fbe7668161563104d2b6b2c25bf.tar.xz evol-tools-6977483732f09fbe7668161563104d2b6b2c25bf.zip |
localserver: update readme
-rw-r--r-- | localserver/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localserver/README b/localserver/README index 239d561..8d1e2a3 100644 --- a/localserver/README +++ b/localserver/README @@ -1,7 +1,9 @@ Here located for LOCAL server usage ONLY. Can be unsecure to use this files in public or production server. -build.sh - build server from sources. +build.sh - build server from sources with most compilers. +buildasan.sh - build server from sources with asan flags enabled. +clean.sh - remove all built and temp files. givegm.sh - give gm rights to first account created on server. initdb.sh - initialize mariadb database. installconfigs.sh - install configurations into server data directory. |