updated console and server repo name

This commit is contained in:
strawmanbobi
2025-10-28 10:30:20 +08:00
parent 8c11d328ad
commit 7d8c328813
208 changed files with 1 additions and 64 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
source /etc/profile
chown mysql:mysql /data/mysql -R
chmod 755 /data/mysql -R
service mysql restart
sleep 5
service redis-server restart
sleep 5
nohup java -jar /data/irext/private-cloud/server/package/private-server-0.2.5.jar > log.out 2>&1 &
echo "private server started"
sleep 5
cd /data/irext/private-cloud/console
./startup.sh
echo "private console started"
/bin/bash