Skip to content

Releases: KDPRO-SINTEF/BowtieTool

Initial release

13 Nov 18:29
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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>