diff --git a/.gitignore b/.gitignore index a5e1081..03f1c6e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,3 @@ venv __pycache__ .mypy_cache/ config/default.py -node_modules/ -.vscode/ -config.default -package-lock.json -config/ diff --git a/README.md b/README.md deleted file mode 100644 index e54b665..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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'