summaryrefslogtreecommitdiff
path: root/localserver
diff options
context:
space:
mode:
Diffstat (limited to 'localserver')
-rw-r--r--localserver/README1
-rwxr-xr-xlocalserver/build.sh8
2 files changed, 9 insertions, 0 deletions
diff --git a/localserver/README b/localserver/README
index 60c1381..4b00c4e 100644
--- a/localserver/README
+++ b/localserver/README
@@ -1,6 +1,7 @@
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.
givegm.sh - give gm rights to first account created on server.
initdb.sh - initialize mariadb database.
installconfigs.sh - install configurations into server data directory.
diff --git a/localserver/build.sh b/localserver/build.sh
new file mode 100755
index 0000000..90fc848
--- /dev/null
+++ b/localserver/build.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export DIR=`pwd`
+cd ../../server-plugin/build/
+make clean
+cd ${DIR}/../../server-code/
+make clean
+./build.sh old