mengu/ideabox
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
About IdeaBox
======================
IdeaBox is a simple project management application which is being developed with Pylons web framework.
Installation and Setup
======================
Install ``ideabox`` using easy_install::
easy_install ideabox
Make a config file as follows::
paster make-config ideabox config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.