naturerobots / HSOS-SEP-PlantMap-2022

PlantMap Digital Logbook: A tool to support sustainable micro farming :link: https://naturerobots.github.io/HSOS-SEP-PlantMap-2022/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Docs/install tutorials #232

Closed Anafabula closed 2 years ago

Anafabula commented 2 years ago

Docs: Install page, tutorials page & extend common errors page.

Feat: Make the application runnable without VSCode Feat: Add fixture for Widget settings

Fix: Missing icons in prod mode

jarkenau commented 2 years ago

It's nice that you included the start of the application into the dev-container, but I'm not sure if it really makes sense. Dev people probably don't want an automatic startup, and for a standalone server the code is never copied into the Docker image.

I would go for an approach like SEEEP does, have a base image for the dev-container and then a server image where the code is copied into https://github.com/agri-gaia/seerep/tree/main/docker. Ofc we would also need a separate docker compose file.

(We could leave it like this for now and change it after Friday :sweat_smile: )