Author: poeml Date: Thu Oct 8 11:46:58 2009 New Revision: 7837 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7837&view=rev Log: docs/install Ubuntu: - the database schema is packaged in the mirrorbrain package; no need to extract the files from the tar ball 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=7837&r1=7836&r2=7837&view=diff ============================================================================== --- trunk/docs/installation/debian.rst (original) +++ trunk/docs/installation/debian.rst Thu Oct 8 11:46:58 2009 _at_@ -193,11 +193,9 @@ Import structure and data:: - wget http://mirrorbrain.org/files/releases/mirrorbrain-2.10.1.tar.gz - tar -zxvf mirrorbrain-2.10.1.tar.gz - cd mirrorbrain-2.10.1 - psql -U mirrorbrain -f sql/schema-postgresql.sql mirrorbrain - psql -U mirrorbrain -f sql/initialdata-postgresql.sql mirrorbrain + gunzip -c /usr/share/doc/mirrorbrain/sql/schema-postgresql.sql.gz | psql -U mirrorbrain mirrorbrain + gunzip -c /usr/share/doc/mirrorbrain/sql/initialdata-postgresql.sql.gz | psql -U mirrorbrain mirrorbrain + Create needed directories ~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ 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 Thu Oct 08 2009 - 09:47:00 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT