Skip to content
FND edited this page Sep 18, 2012 · 12 revisions

We are working hard on making it easier to set up Flurfunk. Currently there are two, somewhat inconvenient ways:

  • Tomcat (wars): Download the wars, rename them to exclude the version from the file-name, and copy them into a running Tomcat
  • Standalone (jars): Run both webapps with Jetty embedded

There is no release yet - we're working on that as well. But we work hard to keep the snapshots stable at all times.

Persistence

The Flurfunk server stores all messages in memory per default, so they won't survive a server restart. If you want to store messages persistently, you can use a PostgreSQL or FleetDB database.

Tomcat

You can download pre-built releases from here (make sure you remove version number from the war-files before deploying):

See flurfunk-server-readme if you want to store messages persistently.

Standalone

You build and run both the flurfunk-server and flurfunk-web to get a usable instance of flurfunk.

All the information needed to set them up is kept in the respective README.md files of those two repositories:

Bots

The camelbot runs as a standalone process. Simply download, extract and run as described in the readme:

Clone this wiki locally