-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Dmitriy Pavlikovskiy edited this page May 1, 2017
·
10 revisions
- download binaries: http://static.frontcache.io/download/frontcache
- extract archive
- start ./bin/frontcache
- Point browser to http://localhost:9080/ - You can see content from www.coinshome.net
- Frontcache Console - http://localhost:9080/frontcache-console/
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)
There are couple Docker configurations are available to run Frontcache and visualize logs with Kibana (ELK).
Check article about Frontcache and Docker
Here you can find couple examples how to run Frontcache with plain JSP and Spring based apps
Following example shows how easily PHP application can be integrated with Frontcache Server.