My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
AdminPanel  
Admin panel page
Updated Oct 24, 2010 by sam.alba

Introduction

CirruxCache now provides an admin panel in order to:

  • Flush objects
  • Upload static object on the Store service
  • Get some statistics on the Resource use
  • Generate or edit configuration files

To load the admin panel, go to your CirruxCache domain at: http:// appname.appspot.com/_admin/

Details

Flush panel

Here you can purge a list of URL (one per line) following this form:

Store panel

Here 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 panel

This page gives you some stats from your Appengine account. This panel will be completed in future releases.

Config panel

This 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.


Sign in to add a comment
Powered by Google Project Hosting