Sign inSign up

noerw/opensensemap

By noerw

Updated over 9 years ago

osem frontend

Image
0

365

noerw/opensensemap repository overview

OpenSenseMap

Join the chat at https://gitter.im/sensebox/openSenseMap

Installation

Go to the cloned repository and run

npm install
bower install

Now you are good to go and start up the server

grunt serve

Alternatively, you can use a webserver like nginx and point the web root to the /app folder:

server {
        root /var/www/OpenSenseMap/app;
        index index.html;
        location / {
                try_files $uri $uri/ /index.html;
        }

}

Code license: MIT License

Tag summary

Content type

Image

Digest

Size

308 MB

Last updated

over 9 years ago

docker pull noerw/opensensemap