-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Wouter edited this page Dec 23, 2017
·
9 revisions
- Download the latest release
- Extract the downloaded archive
- Adjust the properties file
To start the application, just run the jar java -jar WurmMapGen.jar
.
By default, WurmMapGen will look for a WurmMapGen.properties
file in the working directory. If you want to use another file, for example if you have multiple server configurations, you can add a CLI parameter. java -jar WurmMapGen.jar -c yourfile.properties
.
To view the map, serve the output files from a webserver like Apache. PHP support on this webserver is not necessary, unless you enable realtime markers (see configuration). Opening the index.html file in your file browser may not work across all browsers due to implementation differences.
For a fast, secure and lightweight web server, I recommend Caddy.