From: Dobrica Pavlinusic Date: Sat, 2 Apr 2011 18:19:37 +0000 (+0200) Subject: INSTALL instructions X-Git-Url: http://git.rot13.org/?p=google-map-tiles.git;a=commitdiff_plain;h=c5085a09a703dfb76aa3ad0aa4a2e77f361a115b INSTALL instructions --- diff --git a/README b/README new file mode 100644 index 0000000..66ff5cf --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +INSTALL + +# create database +createdb volcano +psql volcano < volcano.sql + +# debuild tiles +./tiles.pl volcano + +# setup apache +sudo ln -s /srv/google-map-tiles/apache-gmap.conf /etc/apache2/conf.d/ +sudo /etc/init.d/apache2 restart