========================== = HOW TO RUN ========================== 0. install django, see http://www.djangoproject.com for details 1. install thrudb, see http://www.thrudb.org for details 2. install thrudex/thrudoc python libraries: $ cd thrudb/tutorial $ make $ sudo cp -pvr gen-py/Thrudex gen-py/Thrudoc /usr/lib/python2.5/site-packages/ if you use python2.4, the last command should look like: $ sudo cp -pvr gen-py/Thrudex gen-py/Thrudoc /usr/lib/python2.4/site-packages/ 3. review thrudex/thrudoc configuration in thrudex.conf and thrudoc.conf respectively. if everything's okie, let's start thrudb: $ cd thrudb/tutorial $ ./thrudbctl start 4. start grabbing tweets from http://www.twitter.com: $ cd thrudb/tutorial/tweetsearch/py $ ./search/twitter.py The application will be running as a daemon. You can see the processs in /tmp/twitter.log, thrudex.log, and thrudoc.log 5. start the django application $ cd thrudb/tutorial/tweetsearch/py $ python manage.py runserver the application is available at http://localhost:8000/ 6. that's it! Contact me if you have any problem. Thai Duong (thaidn@gmail.com)