A-customizable-interface-for-LTL-Checking created for the Process Conformance Checking in Python Praktikum
- Windows - Run through Docker
- Clone this repo with git.
- Run
docker run -it $(docker build -q .)
within the directory that you cloned (probablyA-customizable-interface-for-LTL-Checking
). - Open the development site by going to
http://127.0.0.1:8000
in your browser.
- Linux or macOS - Run directly
- Clone this repo with git.
- Run
python run.py
within the directory that you cloned (probablyA-customizable-interface-for-LTL-Checking
). - Open the development site by going to
http://localhost:8000
in your browser.
- '--debug' to run the program in debug mode
- '--download' to download some test data
- '--version' to print the version number and exit
- '--port' to set a custom port. Default port is 8000.
- '--host' to set a custom hostname. Default hostname is localhost.
Mohammed Al-Laktah Fares Motia Saad Safan Ping Wu
This project is licensed under the GNU General Public License v3.0 - see the LICENSE
file for details.