-
Notifications
You must be signed in to change notification settings - Fork 0
Server Installation
Eddy edited this page Jan 17, 2014
·
2 revisions
The following steps explain how to run the server on a Linux machine:
- If not present, install Java sudo apt-get install openjdk-7-jdk
- If not present, install Maven sudo apt-get install maven
- If not present, install MySql sudo apt-get install mysql-server
- In MySql, create a new database named bsg3
- Install the server with mvn clean install
- Run the server with mvn exec:java
In order to run the game the following steps are required:
- Load the project in Unity
- Change the BASE_URI field in ServerConnector.cs to your server’s one
- Export the game in the format you prefer and run it