Marauroa Chat Tutorial: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
imported>Hendrik Brummermann
Prerequisites: use H2 instead of MySQL
Line 8: Line 8:
You will also need
You will also need
* JDK ([http://java.sun.com/javase/downloads/index.jsp Sun download page])
* JDK ([http://java.sun.com/javase/downloads/index.jsp Sun download page])
* MySQL database on the server side ([http://dev.mysql.com/downloads/mysql/5.0.html#downloads MySQL download page])
or alternatively you can use
* H2 database on the server side ([http://www.h2database.com#downloads H2 download page])


For more info on database configuration please see [http://stendhalgame.org/wiki/Configuration_file_server.ini#Database_Configuration here]
This example uses the integrated h2 database. Marauroa does support MySQL as well, please see [[Configuration_file_server.ini#Database_Configuration database configuration]].


== Server ==
== Server ==