Author: poeml Date: Tue Sep 29 00:41:06 2009 New Revision: 7805 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7805&view=rev Log: docs/install: - re-add [mirrorprobe] section to the example config, because it is needed to be there at this time (the need should be removed) - more detail for building tools on Debian Modified: trunk/docs/installation/debian.rst trunk/docs/installation/source.rst Modified: trunk/docs/installation/debian.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/debian.rst?rev=7805&r1=7804&r2=7805&view=diff ============================================================================== --- trunk/docs/installation/debian.rst (original) +++ trunk/docs/installation/debian.rst Tue Sep 29 00:41:06 2009 @@ -168,6 +168,7 @@ Build and install :program:`geoiplookup`:: + cd tools gcc -Wall -lGeoIP -o geoiplookup_continent geoiplookup_continent.c sudo cp geoiplookup_continent /usr/bin/geoiplookup_continent @@ -251,6 +252,7 @@ sudo sh -c "cat > /etc/mirrorbrain.conf << EOF [general] instances = main + [main] dbuser = mirrorbrain dbpass = 12345 @@ -258,6 +260,11 @@ dbhost = 127.0.0.1 # optional: dbport = ... dbname = mirrorbrain + + [mirrorprobe] + # logfile = /var/log/mirrorbrain/mirrorprobe.log + # loglevel = INFO + EOF " Modified: trunk/docs/installation/source.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/source.rst?rev=7805&r1=7804&r2=7805&view=diff ============================================================================== --- trunk/docs/installation/source.rst (original) +++ trunk/docs/installation/source.rst Tue Sep 29 00:41:06 2009 @@ -168,6 +168,10 @@ # optional: dbport = ... dbname = mirrorbrain + [mirrorprobe] + # logfile = /var/log/mirrorbrain/mirrorprobe.log + # loglevel = INFO + * Note: the "mb" tool referenced below is (for convenience) a symlink to the mirrordoctor.py script. _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Mon Sep 28 2009 - 22:41:09 GMT
This archive was generated by hypermail 2.2.0 : Mon Sep 28 2009 - 22:45:08 GMT