Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Apr 23, 2019
1 parent abfb9f2 commit 65fd5e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Agrarserver

### Prepare
### 💾 Prepare
Clone Repository and insert sample geometry shapefiles into `postgis-seed/postgis_data/antragsdaten/`

### Run
### 🏃‍Run
```sh
# create network
docker network create agrarserver-main
Expand All @@ -18,8 +18,8 @@ It will take some minutes until all sample data is parsed into the PostGIS DB an

PostGIS seed will print something like `postgis-seed_1 | Postgres seed is done. Bye 👋` and GeoServer will print something like `geoserver_1 | 15-Apr-2019 07:54:13.374 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 41872 ms` after startup.

### Use
### 💻 Use
You can now visit e.g. http://web.Nordrhein-Westfalen.localhost and see all parcels. You can insert polygons or rectangles. Additionally, you can enable layers of other states and see its parcels when the according server is running. You can also insert geometries in other states.

### Scale
### Scale
In order to scale your services you can run `COMPOSE_PROJECT_NAME=Nordrhein-Westfalen docker-compose scale gateway=5` to have 5 running instances of the gateway service.

0 comments on commit 65fd5e8

Please sign in to comment.