Commit Graph

7 Commits

Author SHA1 Message Date
Juan Luis Rodríguez 829deb4fd9
Apply formatting fixes 2019-11-05 23:13:31 +01:00
Juan Luis Rodríguez 8eaa2c1f7d
Add POSTGRES_DB_NAME documentation
* Document a new environment variable available to configure the database name.
2019-11-05 18:53:09 +01:00
doublebyte1 9013c0dddc - fixed multi-line statement. 2017-12-13 09:26:50 +01:00
doublebyte1 618bbf942e - replaced environmental variable $POSTGRES_DB_HOST, by an actual name - 'some-postgres', so that users can copy-paste the example. 2017-12-12 13:15:06 +01:00
doublebyte1 8e9fed3c07 - Updated documentation about how-to connect geonetwork to a postgres database, avoiding references to localhost. Only two use cases are presented:
- connecting to an existing external database instance (using dns)
 - connecting to a postgres container by name (full reproducible example is presented)
2017-12-12 13:01:47 +01:00
doublebyte1 e853f8a4e9 - Updated example of how-to connect to a postgres database:
- explain how-to connect to a postgres db, by IP/DNS or container name, using the POSTGRES_DB_HOST environment variable.
  - remove reference to legacy docker --link
2017-12-11 16:16:39 +01:00
Jo 6a537ddd2d - Added documentation folder for geonetwork (#683)
* - Added documentation folder for geonetwork
* - Fixed markdown on content.md and variant-postgres.md
* - Shortened README-short
* - updated repo path
2017-01-31 10:22:28 -08:00