GeoKnow / LinkedGeoData

OpenStreetMap for the Semantic Web
http://linkedgeodata.org
GNU General Public License v3.0
133 stars 32 forks source link

Documentation should mention setting up a postgres user / password #31

Closed Aklakan closed 2 years ago

Aklakan commented 6 years ago

The readme should be updated to include this snippet with proper explanation

sudo su postgres
psql -c "ALTER ROLE postgres WITH PASSWORD 'postgres'"
Aklakan commented 2 years ago

Setup is now dockerized and database password is configurable in the .env file. So this issue is not really relevant anymore. The lgd-createdb script still exists and has been updated for use with dockerized and non-dockerized debian/ubuntu and also accepts a password.