Author: poeml Date: Fri Sep 3 04:26:18 2010 New Revision: 8105 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8105&view=rev Log: docs/installation/debian: use 8.4 as PostgreSQL version in the examples Modified: trunk/docs/installation/debian.rst Modified: trunk/docs/installation/debian.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/debian.rst?rev=8105&r1=8104&r2=8105&view=diff ============================================================================== --- trunk/docs/installation/debian.rst (original) +++ trunk/docs/installation/debian.rst Fri Sep 3 04:26:18 2010 _at_@ -130,9 +130,9 @@ Install PostgreSQL ------------------ -Install the PostgreSQL server (here, version 8.3 is the current version):: - - sudo apt-get install postgresql-8.3 +Install the PostgreSQL server (here, version 8.4 is the current version):: + + sudo apt-get install postgresql-8.4 Create the postgresql user account and database _at_@ -167,11 +167,11 @@ Add line ``local mirrorbrain mirrorbrain 127.0.0.1/32 md5`` to the end of :file:`pg_hba.conf`, which is to be found here:: - sudo vim /etc/postgresql/8.3/main/pg_hba.conf + sudo vim /etc/postgresql/8.4/main/pg_hba.conf Start the PostgreSQL server:: - sudo /etc/init.d/postgresql-8.3 restart + sudo /etc/init.d/postgresql-8.4 restart Create needed users and groups ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ 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 Fri Sep 03 2010 - 02:26:28 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT