MAC
Install Git + mkcert
brew install git openssl brew install mkcert brew install nss
Python
Install Python
# check if python is installed python3 --version # If not installed or version is lower than 3.8 brew install python
Set python PATH
Open
~/.zshrcor~/.zprofile
open -e ~/.zshrc
Add this line to the end of the file
export PATH="$(brew --prefix python)/libexec/bin:$PATH"Restart the terminal reload the PATH-variable
Docker
Download the installer
Follow Install instructions
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.