-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
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.
You can get early snapshot builds from here:
- https://github.com/flurfunk/flurfunk-server/downloads
- https://github.com/flurfunk/flurfunk-web/downloads
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).
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.