Initial documentation (close #39)

This commit is contained in:
Petr Sloup
2016-08-23 00:32:09 +02:00
parent 97457a23f2
commit 25c87ccf23
7 changed files with 238 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
============
Installation
============
Docker
======
When running docker image, no special installation is needed -- the docker will automatically download the image if not present.
Just run ``docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl``.
NPM
===
Just run ``npm install -g tileserver-gl``.
From source
===========
Make sure you have Node v4 or higher (nvm install 4) and run::
npm install
node .