root / trunk / README.txt

Revision 39, 1.7 kB (checked in by tim, 5 years ago)

Upgrade to TG 1.0.1

Line 
1CogPlanet
2=========
3
4CogPlanet is a planet server.  It aggregates content from multiple
5syndication feeds and displays the feeds in chronological order on its
6homepage.
7
8More information regarding the project can be found at:
9http://achievewith.us/projects/cogplanet
10
11Please submit bugs and/or patches at the URL above.  This project is
12still very new, so there are many bugs and patches to submit.
13
14Installation
15------------
16
17This is a TurboGears (http://www.turbogears.org) project. It can be
18started by running the start-cogplanet.py script.  Before doing so,
19follow these steps:
20
210. Install dependencies:
22   # easy_install BeautifulSoup Genshi SQLAlchemy "TurboGears==1.0b2"
23   - download and install [http://feedparser.org/ Universal Feed Parser]
241. Set a value for sqlalchemy.dburi in your configuration file
25   (dev.cfg by default)
262. Run tg-admin sql create
27
28During your first time running start-cogplanet.py, you will be asked a
29few questions to boostrap your installation.  Once answered, you will
30not be bothered again.  If for some reason you would like to disable
31this boostrapping process, set easy_config.enabled=False in your
32configuration file.
33
34Your help in documenting deployment via egg files is appreciated.  To
35the best of our knowledge there is no way to run the 'tg-admin sql
36create' command without having the project directory available.
37
38Contacts
39--------
40
41Tim Freund:  email: "tim *at* achievewith *dot* us"
42             irc:   timphnode on irc.freenode.net
43             gtalk: timfreund *at* gmail *dot* com
44             aim:   tpfreund
45
46Links
47-----
48[http://www.planetplanet.org/ Planet]
49[http://turbogears.org TurboGears]
50[http://feedparser.org/ Universal Feed Parser]
Note: See TracBrowser for help on using the browser.