kartograph / kartograph.org

website for kartograph mapping library
http://kartograph.org
281 stars 207 forks source link

How to host a local instance of the site #8

Closed rukku closed 11 years ago

rukku commented 12 years ago

I'm currently trying to learn from the examples, specifically the Italia example. However, I don't know how to load the site, even on a local web server. I'm able to load the index.html at the topmost level but the I can only see the text. Do I have to do something before I load the folder into Apache? Sorry for the noobish question. I'm new to all this.

gka commented 11 years ago

This is a Jekyll site, so you have to install Jekyll and then run it in the root directory. It will generate a folder "_site" which contains the fully rendered website. Make this your document root and it should look fine.

rukku commented 11 years ago

Got it. Thanks :+1: