Skip to content
Wouter edited this page Dec 23, 2017 · 9 revisions

WurmMapGen

Installation

Running the map generator

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.

Serving the interactive map files

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.

Clone this wiki locally