1 Still nothing to say about.
3 To test: go directly to /register to register a new user and then
4 go to /channels/create to create a new channel (each access creates
5 a new channel). After that, create discussions by accessing
6 /discussions/create . The channels field in the form could be
7 filled with channels's idname (space separated; example:
10 This file is for you to describe the townsquare application. Typically
11 you would include information such as the information below:
13 Installation and Setup
14 ======================
16 Install ``townsquare`` using easy_install::
18 easy_install townsquare
20 Make a config file as follows::
22 paster make-config townsquare config.ini
24 Tweak the config file as appropriate and then setup the application::
26 paster setup-app config.ini
28 Then you are ready to go.