source: README.txt @ 966:0148927bf706

Revision 966:0148927bf706, 668 bytes checked in by Bernhard Reiter <ockham@…>, 18 months ago (diff)

Update INSTALL.txt and README.txt

Line 
1
2Adhocracy Liquid Democracy Implementation
3=========================================
4
5Instances > Categories > Issues > Proposals
6
7Delegation can happen on on all four levels.
8
9Memcache
10======================
11
12Adhocracy uses Memcache to cache results such as rendered pages
13and results from time-intensive computations. To use memcache,
14uncomment the memcache config line in your .ini file and point it
15to a running instance of memcache.
16
17If no memcache is configured or available, Adhocracy should still
18function, but displaying proposals that have a lot of votes can take
19a long time.
20
21Installation and Setup
22======================
23
24Please consult INSTALL.txt
Note: See TracBrowser for help on using the repository browser.