Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1021 Bytes

README.rst

File metadata and controls

34 lines (20 loc) · 1021 Bytes

geometriki

Note: geometriki development has stopped, perhaps indefinitely. Since its main purpose was to provide javascript modules from formatted text, it may be reimplemented as a plugin to an existing wiki or, more likely, as a transforming proxy.

Installation and Setup

Install geometriki using easy_install:

easy_install geometriki

Make a config file as follows:

paster make-config geometriki config.ini

Tweak the config file as appropriate and then setup the application:

paster setup-app config.ini

Then you are ready to go.

Deployment

Run the geometriki in its own web server:

paster serve config.ini

If you want to do something more specific, see Pylons Cookbook: Deployment or Pylons Book v1.1: Chapter 21: Deployment.