add open-im web svr

This commit is contained in:
Gordon
2021-09-27 21:03:36 +08:00
parent ab84a42f98
commit e6419599c8
15 changed files with 488 additions and 540 deletions
+4
View File
@@ -6,6 +6,7 @@ source ./function.sh
bin_dir="../bin"
logs_dir="../logs"
sdk_db_dir="../db/sdk/"
#Automatically created when there is no bin, logs folder
if [ ! -d $bin_dir ]; then
mkdir -p $bin_dir
@@ -13,6 +14,9 @@ fi
if [ ! -d $logs_dir ]; then
mkdir -p $logs_dir
fi
if [ ! -d sdk_db_dir ]; then
mkdir -p $sdk_db_dir
fi
#begin path
begin_path=$PWD