mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
[REF] references 291 - Thanks for the contribution, always nice to know non-windows OS's are used.
This commit is contained in:
parent
6d26ab3f5d
commit
5750f757ce
3 changed files with 10 additions and 0 deletions
3
Mage.Client/release/startClient.sh
Normal file
3
Mage.Client/release/startClient.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
java -jar ./lib/Mage-Client-${project.version}.jar -Xms256M -Xmx1024M &
|
|
@ -1 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
java -Djava.security.policy=./config/security.policy -Djava.util.logging.config.file=./config/logging.config -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/Mage-Server-${project.version}.jar
|
||||
|
|
5
Utils/release/startMage.sh
Normal file
5
Utils/release/startMage.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
cd ./client
|
||||
./startClient.sh
|
||||
cd ./server
|
||||
./startServer.sh
|
Loading…
Reference in a new issue