|
AdminPanel
Admin panel page
IntroductionCirruxCache now provides an admin panel in order to:
To load the admin panel, go to your CirruxCache domain at: http:// appname.appspot.com/_admin/ DetailsFlush panelHere you can purge a list of URL (one per line) following this form:
Store panelHere you can add files to the store service. To add a file, you need to map it on a URL. The URL mapping is totally virtual, it does not correspond to a physical path, so you can create any file mapping you want. This panel uses the StoreAPI, so you can do exactly the same thing from your code. Stats panelThis page gives you some stats from your Appengine account. This panel will be completed in future releases. Config panelThis panel helps you to generate config files (config.py). The config file is written in Python and can be disappointing for people who are not familiar with programming. On this panel, you are able to add PoP (services), and map them on different URLs. An interesting thing is that you can access documentation for each PoP variable by moving your cursor over the "?" character. |



