Script that sets up a grok project directory, installs Zope 3 and grok and creates a template for a grok application.
Project description
grokproject provides an easy way to get started with a grok web application. Simply install grokproject:
$ easy_install grokproject
and run the grokproject script with the name of the project you’d like to create as an argument:
$ grokproject MammothHerd ... many lines of output here
This will not only create a project area for you to work in, it will also download and install grok and Zope 3 (the application server grok is built on).
After the project area has been created successfully, you will find an empty Python package in the src directory in which you can place the code for your web application. To start the Zope server, execute bin/instance fg.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.