Hi Anwar,<br><div class="gmail_quote">The BrewMap client is just a simple javascript program, so you should not need to install anything other than a web server to get the client working.</div><div class="gmail_quote"><br>
</div><div class="gmail_quote">I have just tried it on my laptop.  I did:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote">cd /var/www</div><div class="gmail_quote">git clone git@github.com:jones139/BrewMap.git</div>
</blockquote><div class="gmail_quote"><br></div><div class="gmail_quote">I then just pointed a web browser at <a href="http://localhost/BrewMap">http://localhost/BrewMap</a> and it worked.    There is a redirect which may have caused you a problem so you could look at <a href="http://localhost/BrewMap/client/brewmap.html">http://localhost/BrewMap/client/brewmap.html</a>, which is the direct link to the client page.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Using it like this will just display the data that is included in the github repository - it is downloaded into BrewMap/server.</div><div class="gmail_quote"><br>
</div><div class="gmail_quote">In BrewMap/server there is a python program make_brew_json.py that I just run as a cron job every 10 minutes to re-generate the data files from the database.    The database should be a postgresql one generated by osm2pgsql, which is the same type of database that is used by <a href="http://wiki.openstreetmap.org/wiki/Mapnik">mapnik</a>.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">The file you need to modify to use your own tiles rather than the osm one should be BrewMap/client/js/brewmap.js</div><div class="gmail_quote"><br></div><div class="gmail_quote">
I'll write some installation instructions because a few people have asked me about this lately.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Regards</div><div class="gmail_quote"><br></div><div class="gmail_quote">
<br>Graham.</div><div class="gmail_quote"><br></div><div class="gmail_quote">-- </div>Graham Jones<div>Hartlepool, UK.</div><br>