Updated README with instructions on running a server

This commit is contained in:
seefo
2018-01-15 21:26:02 -05:00
parent 0d85a8e292
commit d52cdf65cd

View File

@@ -18,5 +18,12 @@ This repository contains a bootstrapper for compiling the Star Wars: Galaxies ga
##### Building game server content
* As root, `./build_dsrc.sh`
##### Running gameserver
* Run `./build_latest.sh` to ensure you have built both the server binaries and game data
* Copy the configs inside `gameserver/cfg/example` to `gameserver/cfg`
* Modify the configs to reflect the settings you would like
* Update Oracle DB username and password
* As root, `./run_server.sh`
##### Additional notes
After building either parts of the game server, you may find their result inside the gameserver folder.