Skip to content
tfnico edited this page Apr 10, 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, drop them into a running Tomcat
  • Standalone (jars): Run both webapps with Jetty embedded

Both approaches requires that fleetdb is running on the same machine for persistence.

Tomcat

You can get early snapshot builds from here:

Before you run the Flurfunk server component, you need to run fleetdb is running. See the section on "Using a persistent database" in the flurfunk-server-readme.

Make sure Tomcat is aware of this system property:

-Dflurfunk.fleetdb=true

When the datastore is running, drop the two wars into the same Tomcat's webapps directory (hot-deployment).

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:

Right now, flurfunk-web will always look for the flurfunk-server at the same URL, replacing flurfunk-web with flurfunk-server. We're planning to make this more flexible soon.

Clone this wiki locally