INSTALL instructions
[google-map-tiles.git] / README
1 INSTALL
2
3 # create database
4 createdb volcano
5 psql volcano < volcano.sql
6
7 # debuild tiles
8 ./tiles.pl volcano
9
10 # setup apache
11 sudo ln -s /srv/google-map-tiles/apache-gmap.conf /etc/apache2/conf.d/
12 sudo /etc/init.d/apache2 restart