Releases: KDPRO-SINTEF/BowtieTool
Releases · KDPRO-SINTEF/BowtieTool
Initial 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>