inf219-mocca / MOCCA-sensors

GNU Affero General Public License v3.0
5 stars 0 forks source link

Setup RaspberryPi properly #8

Open Eivinddh opened 5 years ago

Eivinddh commented 5 years ago

Get it working with the interwebs. Also move code for readings over to MOCCAPI

sondr3 commented 5 years ago

We should probably create a somewhat deterministic way of creating the whole thing, maybe running all the assorted services in their own docker images? That way it's easy to tear things apart without also tearing down the whole pi at the same time.

sondr3 commented 5 years ago

We should probably look into using Docker alongside Docker Compose so that we can setup all our services in a composed and controlled manner, though from previous experience Docker is fun when it works but the most frustrating piece of shit when it doesn't.