summaryrefslogtreecommitdiffstats
path: root/README.txt
blob: 44d7513cc463a7a5692ee598615a1a8875beb280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=====
manas
=====

A community-driven knowledge sharing system.

Features
========

- Allows anyone to submit and vote on ideas
- Allows anyone submit, vote, and answer questions
- Ideas update in real time using ``comet``
- Uses jQuery for ajaxy hotness
- Powered by TurboGears2/Pylons


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

Generate egg-info::

    python setup.py egg_info

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

    paster setup-app development.ini

Start the orbited server

    orbited orbited.cfg

Start our application

    paster serve development.ini