Sokka
<br/> <p align="center"> <a href="https://sokka.me/"> <img src=".github/icon_sokka.png" alt="Sokka Logo" height="80"> </a> <h3 align="center">Sokka</h3> <p align="center"> A modern ordering and payment system for canteens and restaurants. <br/> <a href="https://github.com/htl-anichstrasse/sokka/releases">Releases</a> · <a href="https://raw.githubusercontent.com/htl-anichstrasse/sokka/master/docs/thesis.pdf">Thesis</a> </p> </p>About the project
Sokka is a diploma project created by students Joshua Winkler and Nicolaus Rossi of the higher technical college HTL Innsbruck Anichstraße in the department of industrial engineering. The project is supervised by software engineering professor Sabo Rubner.
Installation
Setup
Clone the repository.
git clone https://github.com/htl-anichstrasse/sokka.git
Change the Docker container names, VIRTUAL_HOST, NGINX_HOST & LETSENCRYPT_HOST settings for all containers to use the domain name you want Sokka to use. Once you're ready, simply run the start script with the build flag. It is currently not possible to change the Sokka brand via configuration. You may however fork this repository and replace Sokka logos with your corporate logo.
./start.sh build
Please note that you might have to adjust file permissions first.
chmod +x start.sh
chmod +x build.sh
chmod +x stop.sh
<img src=".github/phpmyadmin_changepassword.png" alt="phpMyAdmin Change Password Screenshot">