description | none |
repository URL | https://github.com/exavolt/TownSquare.git |
owner | exavolt@gmail.com |
last change | Wed, 24 Feb 2010 03:13:22 +0000 (24 10:13 +0700) |
mirror URL | git://repo.or.cz/TownSquare.git |
| https://repo.or.cz/TownSquare.git |
| ssh://git@repo.or.cz/TownSquare.git |
bundle info | TownSquare.git downloadable bundles |
content tags
|
|
README.txt
Still nothing to say about.
To test: go directly to /register to register a new user and then
go to /channels/create to create a new channel (each access creates
a new channel). After that, create discussions by accessing
/discussions/create . The channels field in the form could be
filled with channels's idname (space separated; example:
channel_0 channel_2).
This file is for you to describe the townsquare application. Typically
you would include information such as the information below:
Installation and Setup
======================
Install ``townsquare`` using easy_install::
easy_install townsquare
Make a config file as follows::
paster make-config townsquare config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.