[mirrorbrain-commits] r7830 - /trunk/docs/installation/debian.rst

From: <dfarning_at_mirrorbrain.org>
Date: Wed, 07 Oct 2009 18:57:39 -0000
Author: dfarning
Date: Wed Oct  7 20:57:39 2009
New Revision: 7830

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7830&view=rev
Log:
must download mirrorbrain tarball to populate the database.

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=7830&r1=7829&r2=7830&view=diff
==============================================================================
--- trunk/docs/installation/debian.rst (original)
+++ trunk/docs/installation/debian.rst Wed Oct  7 20:57:39 2009
@@ -186,9 +186,11 @@
 
 Import the table structure, and initial data::
 
+  wget http://mirrorbrain.org/files/releases/mirrorbrain-2.10.1.tar.gz
+  unzip mirrorbrain-2.10.1.tar.gz
   su - mirrorbrain
-  psql -U mirrorbrain -f sql/schema-postgresql.sql mirrorbrain
-  psql -U mirrorbrain -f sql/initialdata-postgresql.sql mirrorbrain
+  psql -U mirrorbrain -f mirrorbrain/sql/schema-postgresql.sql mirrorbrain
+  psql -U mirrorbrain -f mirrorbrain/sql/initialdata-postgresql.sql mirrorbrain
   exit
 
 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.org
Received on Wed Oct 07 2009 - 18:57:41 GMT

This archive was generated by hypermail 2.2.0 : Wed Oct 07 2009 - 19:45:07 GMT