From c5085a09a703dfb76aa3ad0aa4a2e77f361a115b Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 2 Apr 2011 20:19:37 +0200 Subject: [PATCH] INSTALL instructions --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README 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 -- 2.20.1