Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Oct 19, 2024
1 parent 4cf8b43 commit ef0733d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Attempt to create an API to get information about OSM features around a location

## Setup

## Clone Repository with Submodule
Tested on Linux and WSL:

```sh
# when cloning the first time
Expand All @@ -13,17 +13,11 @@ git clone --recursive [email protected]:JakobMiksch/osm_feature_info.git
# HTTPS version
git clone --recursive https://github.com/JakobMiksch/osm_feature_info.git

# if you have cloned already
# if case you forgot to use the "--recursive" flag
git submodule update --init
```

### Using Docker

Tested on Linux and WSL. Adapt for other operating systems.

```sh
# start services
docker compose up -d postgres pg_featureserv
docker compose up -d --build

# download sample data
wget -O data/sample.pbf https://download.geofabrik.de/europe/germany/bremen-latest.osm.pbf
Expand Down

0 comments on commit ef0733d

Please sign in to comment.