Skip to content

Commit

Permalink
remove unused parts from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Dec 21, 2024
1 parent 70f1ee2 commit 5464335
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sozialatlas 2022 der Stadt Flensburg
# Digitaler Sozialatlas Flensburg

[![Lint javascript](https://github.com/oklabflensburg/open-social-map/actions/workflows/lint-js.yml/badge.svg)](https://github.com/oklabflensburg/open-social-map/actions/workflows/lint-js.yml)

Expand Down Expand Up @@ -112,20 +112,9 @@ pip3 install -r requirements.txt
python3 insert_districts.py ../static/flensburg_stadtteile.geojson
deactivate
psql -U oklab -h localhost -d oklab -p 5432 < data/flensburg_sozialatlas.sql
psql -U oklab -h localhost -d oklab -p 5432 < data/flensburg_sozialatlas_metadaten.sql
psql -U oklab -h localhost -d oklab -p 5432 < data/flensburg_sozialatlas_meta.sql
```

In case you messed up anything, you can run this line but be aware it will delete all tables

```
psql -U oklab -h localhost -d oklab -p 5432 < data/cleanup_database_schema.sql
```

After running this line you must repeat all steps above to import all data


Done!


## Test query
Jetzt könnt ihr in der `PSQL` Umgebung folgende Abfrage ausführen
Expand Down

0 comments on commit 5464335

Please sign in to comment.