Add Dockerfile, proper scripts and update README (issue #1)

This commit is contained in:
Petr Sloup
2016-03-03 15:51:53 +01:00
parent eb70e8bb0d
commit e39ae90bc8
4 changed files with 28 additions and 0 deletions
+6
View File
@@ -1,8 +1,14 @@
# tileserver-gl
## Installation
### Docker
- `docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl`
### Without docker
- Make sure you have Node v4 or higher (`nvm install 4`)
- `npm install`
- `node src/main.js`
## Configuration