INSTALL instructions
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 18:19:37 +0000 (20:19 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 18:19:37 +0000 (20:19 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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