This project and this document are a work in progress and is being created to be used as a learning experience for creating software and computer systems for solving real world problems.
Garden station is a web application that tracks data from my garden and displays it on a web page. It is designed using the LAMP stack framework.
The following data will be tracked:
There should also be a live feed of the garden from the front.
Initially the web page should only be accessible to local traffic so the data can be accessed from home or devices connected via VPN.
This document is intended to give you instructions on what you need to get this project running. For a more in depth look at the purpose, design, functionality and future improvements the wiki contains further information and can be found here.
This project has many separate components and features that are all integrated to create a complete system. The project makes use of the various project management and automation features provided by Github to try and follow current CI/CD best practices.
For an in depth explanation of the workflow for this project and how to make contributions see the wiki: Contributing