Marauroa Chat Tutorial: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>SimonSmall
Prerequisites: Added link to NetBeans IDE development
Line 5: Line 5:


== Prerequisites ==
== Prerequisites ==
If you are to use the NetBeans IDE for development, please see [[NetBeansChat|Marauroa with NetBeans]].

For this tutorial you will need a Marauroa distribution. You can find download links at [http://arianne.sourceforge.net/?arianne_url=servers/server_marauroa#downloads Marauroa download page]. It contains all the needed jars, but you will probably need to rename marauroa-x.xx.jar into marauroa.jar (or fix some command-line parameters below).
For this tutorial you will need a Marauroa distribution. You can find download links at [http://arianne.sourceforge.net/?arianne_url=servers/server_marauroa#downloads Marauroa download page]. It contains all the needed jars, but you will probably need to rename marauroa-x.xx.jar into marauroa.jar (or fix some command-line parameters below).


Line 11: Line 13:


This example uses the integrated h2 database. Marauroa does support MySQL as well, please see [[Configuration_file_server.ini#Database_Configuration|database configuration]].
This example uses the integrated h2 database. Marauroa does support MySQL as well, please see [[Configuration_file_server.ini#Database_Configuration|database configuration]].



== First Step ==
== First Step ==