opensensemap.org
10K+
For installing openSenseMap and openSenseMap-API with Docker check out our oSeM-compose repository.
To build just openSenseMap you can run:
docker build -t osem .
Following build-args are availble:
| Build Arg | Default value |
|---|---|
| OPENSENSEMAP_API_URL | https://api.opensensemap.org |
| OPENSENSEMAP_MAPTILES_URL | http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png |
Clone this repository
git clone [email protected]:sensebox/openSenseMap.git
Go to the cloned repository and install all dependencies by running
npm install
bower install
Now you are good to go and start up the server in development mode by running:
grunt serve
If you want to change the API endpoint and/or the map tiles you can do so in the Gruntfile.
Therefore you can change the replace:devapi and/or replace:devmaps tasks.
Contributions are welcome, see CONTRIBUTING.md.
See LICENSE file.
Content type
Image
Digest
Size
373.5 MB
Last updated
about 9 years ago
docker pull sensebox/opensensemap