Author: poeml Date: Sun Sep 26 16:33:30 2010 New Revision: 89 URL: http://svn.mirrorbrain.org/viewvc/mod_asn?rev=89&view=rev Log: docs/installation: give example paths for both Ubuntu and openSUSE Modified: trunk/docs/installation.rst Modified: trunk/docs/installation.rst URL: http://svn.mirrorbrain.org/viewvc/mod_asn/trunk/docs/installation.rst?rev=89&r1=88&r2=89&view=diff ============================================================================== --- trunk/docs/installation.rst (original) +++ trunk/docs/installation.rst Sun Sep 26 16:33:30 2010 _at_@ -45,7 +45,8 @@ to run the SQL script provided with the ip4r sources:: su - postgres - psql -f /usr/share/postgresql-ip4r/ip4r.sql template1 + psql -f /usr/share/postgresql/8.4/contrib/ip4r.sql template1 # on Ubuntu + psql -f /usr/share/postgresql-ip4r/ip4r.sql template1 # on openSUSE ``template1`` means that all databases that are created later will have the datatype available. To install it onto an existing database, use your database _at_@ -55,7 +56,8 @@ database, you would install the data type on it like this:: su - postgres - psql -f /usr/share/postgresql/8.4/contrib/ip4r.sql mirrorbrain + psql -f /usr/share/postgresql/8.4/contrib/ip4r.sql mirrorbrain # on Ubuntu + psql -f /usr/share/postgresql-ip4r/ip4r.sql mirrorbrain # on openSUSE It is normal to see a a good screenful of output printed out by the above :command:`psql` command. _at_@ -121,7 +123,7 @@ reasons (as any network client). It will take at least a few minutes to download and process the data - about -30MB are downloaded, and the data is about 1GB uncompressed (beginning of +30MB are downloaded, and the data is about 1GB uncompressed (as of 2009). (In the postgresql database it will again be small.) The command shown above can be used to update the database with fresh _______________________________________________ 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 Sun Sep 26 2010 - 14:33:37 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT