Windows
Intall a packet-manager like choco
Open
PowershellasAdmin
# setup environment Set-ExecutionPolicy AllSigned # confirm with Y or J # install choco Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) # restart Powershell (as admin) choco install git mkcert
Python
Install using choco
choco install -y python312 --override --install-arguments '/quiet InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python3'
Install using python-installer
Make sure it’s added to the PATH
Docker
Install Docker for Windows
Clone the Repo
git clone https://github.com/Winkler-Jonas/Tama.git
Navigate to the project folder
cd Tama/
Setup the project
python setup.py dev
Start / Stop the App
Start the application
# First time build docker-compose up --build # Afterwards docker-compose up
Stop the application
docker-compose down # If you need to remove volumes docker-compose down -v
Access the App
To test the App / PWA on your mobile
Copy the
rootCA.pemto your phoneInstall the certificate.