Touchup server cmds and latest compile (#69)

This commit is contained in:
Daniel Ginovker
2019-10-20 20:37:30 -04:00
committed by Dark98
parent fc0ee0179b
commit ed1c4b1960
31 changed files with 4 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
@echo off
title 2006Redone
cd bin
java Main
pause
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -1,3 +1,5 @@
echo NOTE: This program is meant to be run by the live server admin only!
echo You probably don\'t want to run this, even if you\'re developing locally!
rm -rf redone/
cp -r ../CompiledServer/production/2006rebotted/redone .
java -cp ".:./libs/*" redone.Server
java -Xmx15G -cp ".:./libs/*" redone.Server
+1
View File
@@ -1,3 +1,4 @@
echo This is meant to be run by the live server admin! You probably don\'t want to do this!
rm -rf org/
cp -r ../CompiledServer/production/2006rebotted/org .
java -cp ".:./libs/*" org.apollo.jagcached.FileServer