fermentrack-tools
Various tools to install/configure Fermentrack
Installation Scripts:
- install.sh - This script installs both Docker and Fermentrack, along with the other applications Fermentrack requires
- docker-update.sh - This script is used by install.sh to update the Fermentrack docker stack to the latest version
- docker-create-superuser.sh - This script creates a new Fermentrack superuser (in case you forget your password)
- automated_install/auto-docker-install.sh - This is a bash script that is intended to be called via
curl -L install.fermentrack.com | bash
Automated Fermentrack Installation Instructions
Want to quickly install Fermentrack onto your Raspberry Pi? Installation can now be completed with one easy command:
- Log into your Raspberry Pi via SSH (or bring up the terminal)
- Run
curl -L install.fermentrack.com | bash
- Done!
Manual Fermentrack Installation Instructions
Prefer to install everything without piping a website to bash? No problem. Just run the following and you'll be up and running quickly:
- Log into your Raspberry Pi via SSH (or bring up the terminal)
- Run
sudo apt-get update
and sudo apt-get upgrade
- Run
sudo apt-get install -y git build-essential
- Clone the
fermentrack-tools
repo using git clone
- Run
fermentrack-tools/install.sh
- Follow the prompts on screen to complete installation
- Done!