Tania is an open-source farm management system that helps farmers manage and track their crops and livestock. In this tutorial, we'll show you how to install Tania on Linux Mint.
Before installing Tania, you'll need to have the following:
Tania requires Docker and Docker Compose to be installed on the system. You can follow the instructions below to install Docker and Docker Compose:
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-compose
docker --version
docker-compose --version
If these commands display the versions of Docker and Docker Compose, then you have successfully installed them.
git clone https://github.com/Tanibox/tania-core.git
cd tania-core
.env
file by copying the example:cp .env.example .env
.env
file to set your database credentials and other variables as per your requirement.nano .env
docker-compose up -d
docker ps
You should see the Tania container running.
Open your favorite web browser and type the following URL:
http://localhost:8000
Congratulations! You have successfully installed Tania on your Linux Mint machine. You can now start managing and tracking your farm produce with Tania.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!