Proof-of-Concept Implementierung der Spezifikationsservice -Komponente der Privacy Proxy Architektur.
Es handelt sich um ... tbd.
Im folgenden werden mögliche Wege aufgezeigt, um den Ausführungsservice zu testen:
a) lokale Ausführung
b) Ausführung als Cloud-Service
Es wird die Nutzung einer vituellen Umgebung (virtualenv) empfohlen.
>> pip install -r requirements.txt
>> python PolSpecServ.py
Hinweis: Verzeichnis mit folgender Struktur:
|-- config
| |-- myPolicies.txt
| : ...
| `-- utilizerGraph.json
|-- static
| |-- css
| | |-- bootstrap-treeview.css
| | |-- bootstrap.css
| | `-- custom.css
| |-- fonts
| | |-- glyphicons-halflings-regular.eot
| | |-- glyphicons-halflings-regular.svg
| | |-- glyphicons-halflings-regular.ttf
| | |-- glyphicons-halflings-regular.woff
| | `-- glyphicons-halflings-regular.woff2
| `-- js
| |-- bootstrap-treeview.js
| |-- bootstrap.js
| `-- jquery.js
|-- templates
| |-- create.html
: ...
| `-- verify.html
|-- requirements.txt
|-- PolSpecServ.py
|-- README.md
|-- YaPPL_schema.json
`-- yappl.py
tbd.