weatherspot
Publichak8or/weatherspot
Loading…
Imported from GitHub: hak8or/WeatherSpot · commit f42e083 · license MIT
Description
Weather station ecosystem thingy.
README
WeatherSpot
A weather reporting ecosystem consisting of a website, windows native application, and multiple weather sensors to fetch weather data.
Development
- Login to the WeatherSpot server using
ssh [email protected]. - Make sure the influx database is running using
docker ps -ato see active containers. If it's not running, adocker start weather_dbwill get it up again. - Do whatever you need to do.
In the event the influxdb container was removed, the following will get it up again:
docker run -d -p 8083:8083 -p 8084:8084 -p 8086:8086 -e PRE_CREATE_DB="weather" --name weather_db tutum/influxdb:latest
Docker Installation
# Have to use this script since the official repo has an outdated (v1.5) docker.
wget -qO- https://get.docker.com/ | sh
# Unmasks the services.
systemctl unmask docker.service
systemctl unmask docker.socket
# And starts them.
systemctl start docker.service
systemctl start docker.socket
Askabout this board
Sign in to ask
No comments yet. Be the first to ask about this board.