Getting Started - eternita/frontcache GitHub Wiki

Running standalone Frontcache

Setup Frontcache for your site

  • edit $FRONTCACHE_HOME/conf/frontcache.properties. Set origin to Wikipedia (or your site)

      front-cache.origin-host=en.wikipedia.org
    
  • start ./bin/frontcache

  • Point browser to http://localhost:9080/ - You can see content from Wikipedia (or your site)

Running Frontcache on Docker

There are couple Docker configurations are available to run Frontcache and visualize logs with Kibana (ELK).

Check article about Frontcache and Docker

Frontcache as Servlet Filter

Here you can find couple examples how to run Frontcache with plain JSP and Spring based apps

Frontcache with PHP

Following example shows how easily PHP application can be integrated with Frontcache Server.