This tutorial will guide you through the process of installing Task Keeper, a simple task tracking application, on Ubuntu Server Latest. We will be using the package manager apt-get
followed by the installation of Python modules for the project.
sudo apt-get update
sudo apt-get install python3-pip python3-dev python3-venv -y
python3.8 -m venv my_project_env
source my_project_env/bin/activate
git clone
.git clone https://github.com/nymanjens/piga.git
cd piga
pip install -r requirements.txt
config.py
file containing your unique SECRET_KEY and save it to the project root directory.SECRET_KEY = 'your_secret_key_here'
python manage.py create_db
python manage.py runserver
http://localhost:5000/
.You have now successfully installed Task Keeper on Ubuntu Server Latest. Enjoy tracking your tasks effortlessly!
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!