Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 926 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 926 Bytes

OSINT LIAR Templates

A set of templates that complement OSINT LIAR's data analysis, data visualization and reporting functionality.

Development typically happens locally and pushes are deployed to github

From Github To Local

sed -i 's,https://osint-liar.github.io/osint-liar-templates,http://127.0.0.1:9906/static/osint-liar-templates,g' reports/json/index.json sed -i 's,https://osint-liar.github.io/osint-liar-templates,http://127.0.0.1:9906/static/osint-liar-templates,g' analysis-tools/json/index.json

From Local to Github

sed -i 's,http://127.0.0.1:9906/static/osint-liar-templates,https://osint-liar.github.io/osint-liar-templates,g' reports/json/index.json sed -i 's,http://127.0.0.1:9906/static/osint-liar-templates,https://osint-liar.github.io/osint-liar-templates,g' analysis-tools/json/index.json

Important

You will need to edit the tool you are testing to make sure it is in fact using the correct url.