1
0
Fork 0
old gnuviechadmin web interface code that is not developed anymore
Go to file
Jan Dittberner 292c102db8 * basic template and JQuery infrastructure
* gva controller
2008-06-03 20:24:32 +00:00
docs * initial checkin 2008-06-03 19:12:16 +00:00
gnuviechadminweb * basic template and JQuery infrastructure 2008-06-03 20:24:32 +00:00
gnuviechadminweb.egg-info * initial checkin 2008-06-03 19:12:16 +00:00
MANIFEST.in * initial checkin 2008-06-03 19:12:16 +00:00
README.txt * initial checkin 2008-06-03 19:12:16 +00:00
development.ini * initial checkin 2008-06-03 19:12:16 +00:00
setup.cfg * initial checkin 2008-06-03 19:12:16 +00:00
setup.py * improved metadata 2008-06-03 19:50:58 +00:00
test.ini * initial checkin 2008-06-03 19:12:16 +00:00

README.txt

This file is for you to describe the gnuviechadminweb application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``gnuviechadminweb`` using easy_install::

    easy_install gnuviechadminweb

Make a config file as follows::

    paster make-config gnuviechadminweb config.ini

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

    paster setup-app config.ini

Then you are ready to go.