From 6beec54fd1119d1571cec5fdaf241d8bbcb61fe2 Mon Sep 17 00:00:00 2001 From: Dennis Priskorn Date: Sat, 4 May 2024 22:03:23 +0200 Subject: [PATCH 1/2] update gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 03f1c6e..a5e1081 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ venv __pycache__ .mypy_cache/ config/default.py +node_modules/ +.vscode/ +config.default +package-lock.json +config/ From 3869ef32c0174c819330889dc80fcba23e8c50a8 Mon Sep 17 00:00:00 2001 From: Dennis Priskorn Date: Sat, 4 May 2024 22:03:47 +0200 Subject: [PATCH 2/2] WIP setup instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e54b665 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# OWL-MAP + +## Setup +* clone the project +* install geoip and postgres from your local package manager +* setup av venv +* enter the venv +* run 'pip install -r requirements.txt' +* cp config/examply.py config/default.py +* setup /var/lib/data/GeoLite2/GeoLite2-City.mmdb somehow +* run 'python web_view.py'