You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):