[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] geogig serve Postgresql storage through web API
|
Hi everyone,
after having attended FOSS4G's excellent workshop on Geogig I'd like to do some experiments on my own regarding PostgreSQL object storage.
Initialization of the repo was fine:
geogig init --repo postgresql://localhost/geogig/myrepo?user=user&password=secret
import of data as well:
geogig shp import my/shapefile.shp --repo postgresql://localhost/geogig/myrepo?user=user&password=secret
But currently I fail to start a server serving that repo through the web API:
geogig serve "postgresql://localhost/geogig/myrepo?user=user&password=secret"
ends up in a message saying:
File does not exist or is not a directory: postgresql:/localhost/geogig/myrepo?user=user&password=secret
I also tried to pass the value through the --repo postgresql:... parameter, but that does not help either: The server starts up but does not find any repo.
Any hints on that one?
Kind regards,
Sebastian