[mirrorbrain-commits] r8304 - in /trunk/docs/installation: opensuse.rst source.rst

From: <poeml_at_mirrorbrain.org>
Date: Wed, 01 Jan 2014 23:55:10 -0000
Author: poeml
Date: Thu Jan  2 00:55:10 2014
New Revision: 8304

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8304&view=rev
Log:
docs/install:
- add python-FormEncode to required modules
- make PostgreSQL auth config a little clearer
- add link to instructions for ip4r data type (there was just a short note, lacking a reference)

Modified:
    trunk/docs/installation/opensuse.rst
    trunk/docs/installation/source.rst

Modified: trunk/docs/installation/opensuse.rst
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/opensuse.rst?rev=8304&r1=8303&r2=8304&view=diff
==============================================================================
--- trunk/docs/installation/opensuse.rst	(original)
+++ trunk/docs/installation/opensuse.rst	Thu Jan  2 00:55:10 2014
_at_@ -31,7 +31,7 @@
   libGeoIP1 mirrorbrain mirrorbrain-scanner mirrorbrain-tools
   perl-Config-IniFiles perl-DBD-Pg perl-Digest-MD4 perl-libwww-perl perl-TimeDate 
   postgresql postgresql-ip4r postgresql-server python-cmdln python-psycopg2
-  python-SQLObject
+  python-SQLObject python-FormEncode
 
 .. note:: If the web server is set up on a separate host than the database
           server, the web server needs only the package libapr-util1-dbd-pgsql

Modified: trunk/docs/installation/source.rst
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/source.rst?rev=8304&r1=8303&r2=8304&view=diff
==============================================================================
--- trunk/docs/installation/source.rst	(original)
+++ trunk/docs/installation/source.rst	Thu Jan  2 00:55:10 2014
_at_@ -113,7 +113,7 @@
 
 Install the following Python modules:
 
-* python-cmdln python-sqlobject python-psycopg2
+* python-cmdln python-SQLObject python-FormEncode python-psycopg2
 
 Install a few Perl modules as well (required for the mirror scanner, which is written in Perl):
 
_at_@ -126,8 +126,6 @@
 
 Install the PostgreSQL server, start it and create a user and a database::
 
-  su - postgres
-  
   root_at_powerpc:~ # su - postgres
   postgres_at_powerpc:~> createuser -P mirrorbrain
   Enter password for new role: 
_at_@ -143,6 +141,11 @@
   postgres_at_powerpc:~> 
 
 
+Maybe it is a good idea to check PostgreSQL's access policy configuration at
+this point. The default should already be fine for local access via password.
+But you can add access from a remote host if needed, as shown in the bottom
+line::
+
   postgres_at_powerpc:~> cp data/pg_hba.conf data/pg_hba.conf.orig
   postgres_at_powerpc:~> vi data/pg_hba.conf
 
_at_@ -158,7 +161,10 @@
   host    mirrorbrain mirrorbrain 10.10.2.3/32          md5
 
 
-Install the ip4r data type.
+If you plan to use :program:`mod_asn` in addition, now's the moment to Install
+the ``ip4r`` data type. See the `mod_asn documentation` for instructions.
+
+.. _`mod_asn documentation`: http://mirrorbrain.org/mod_asn/docs/installation/#installing-the-ip4r-data-type-into-postgresql
 
 Import the table structure and initial data::
 




_______________________________________________
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.org
Received on Wed Jan 01 2014 - 23:55:13 GMT

This archive was generated by hypermail 2.3.0 : Thu Jan 02 2014 - 00:17:07 GMT