Skip to content

Initial release

Pre-release
Pre-release
Compare
Choose a tag to compare
@trondhumbor trondhumbor released this 13 Nov 18:29
· 1 commit to master since this release

This is the first release of the server together with the static HTML/JavaScript files. The configuration file should be named config.properties and be placed in the same folder as the Server.jar file.

The config file should have the following fields specified:

dburi=jdbc:mysql://<your-mysql-host>:3306/<database-name>?user=<db-user>&password=<db-password>
resourceBase=<path-to-the-folder-containing-server-jar>