Skip to content
This repository has been archived by the owner on Dec 22, 2017. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 424 Bytes

Dieses Repository basiert auf einer alten Version von OParl und wird nicht mehr weiter entwickelt. Es verbleibt jedoch aus Gründen der Nachvollziehbarkeit auf GitHub.


OParl Validator GUI

Installation

Dev System

$ python3 bootstrap.py
$ bin/buildout
$ bin/flask

(You can also use Python 2.7.)

You should now be able to connect to localhost:5001 or 127.0.0.1:5001.

Prod System

TODO