Skip to content

Server Installation

Eddy edited this page Jan 17, 2014 · 2 revisions

The following steps explain how to run the server on a Linux machine:

  1. If not present, install Java sudo apt-get install openjdk-7-jdk
  2. If not present, install Maven sudo apt-get install maven
  3. If not present, install MySql sudo apt-get install mysql-server
  4. In MySql, create a new database named bsg3
  5. Install the server with mvn clean install
  6. Run the server with mvn exec:java

In order to run the game the following steps are required:

  1. Load the project in Unity
  2. Change the BASE_URI field in ServerConnector.cs to your server’s one
  3. Export the game in the format you prefer and run it
Clone this wiki locally