Repository files navigation Project-Hydroponic-Farm 💻 🌱
Update/Upgrade system packages
sudo apt-get update && sudo apt-get upgrade
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker ${USER}
sudo systemctl enable docker
Install pip3 (for pip Docker-Compose)
sudo apt-get install libffi-dev libssl-dev
sudo apt install python3-dev
sudo apt-get install -y python3 python3-pip
sudo pip3 install docker-compose
Enable Cameara/I2C (reboot device after finish this step)
sudo raspi-config
-> 3 Interface Options
-> I1 Legacy Camera
-> < Yes>
-> 3 Interface Options
-> I5 I2C
-> < Yes>
-> < Finish>
git clone https://github.com/stupidwolfy/Project-Hydroponic-Farm.git
Config Project (optional)
If you device hostname is not raspberrypi (default)
Edit file docker-compose.yml
at HOST_HOSTNAME: ${HOST_HOSTNAME:-raspberrypi} change "raspberrypi" to your device hostname
Edit file services/frontend/.env
at VUE_APP_HOST_HOSTNAME=raspberrypi change "raspberrypi" to your device hostname
cd Project-Hydroponic-Farm/
docker-compose up -d
From other device in same local network.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.