Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 424 Bytes

AD-server

Help

$ python3 airdocs-webserver.py -h

Run

$ python3 airdocs-webserver.py -l $IP -p $PORT

Run and read JSON file

$ python3 airdocs-webserver.py -l $IP -p $PORT -f $FILE

Run and read JSONs from directory

$ python3 airdocs-webserver.py -l $IP -p $PORT -d $DIR

Run & read JSONs from directories specified in a config file

$ python3 airdocs-webserver.py -l $IP -p $PORT -c $CONFIG