Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release GN v4.4.0 #103

Closed
wants to merge 1 commit into from
Closed

Release GN v4.4.0 #103

wants to merge 1 commit into from

Conversation

juanluisrp
Copy link
Contributor

@juanluisrp juanluisrp commented May 26, 2023

  • Allow to set the application web context path using the new WEBAPP_CONTEXT_PATH (defaults to /geonetwork)
  • Move the exploded war to /opt/geonetwork
  • Add a new GN_CONFIG_PROPERTIES for passing addional configuration options to GN in the form of
    Java properties, for example GN_CONFIG_PROPERTIES=-Dldap.base.provider.url=ldap://ldap:389
  • ES_HOST is no longer mandatory and now defaults to localhost


location / {
server_name_in_redirect off;
return 301 $scheme://${NGINX_PUBLIC_HOST}/geonetwork;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add the WEBAPP_CONTEXT_PATH here

@fxprunayre fxprunayre changed the title New release GN v4.2.5 Release GN v4.4.0 Jul 7, 2023
* Allow to set the application web context path using the new `WEBAPP_CONTEXT_PATH` (defaults to `/geonetwork`)
* Move the exploded war to `/opt/geonetwork`
* Add a new `GN_CONFIG_PROPERTIES` for passing addional configuration options to GN in the form of
  Java properties, for example `GN_CONFIG_PROPERTIES=-Dldap.base.provider.url=ldap://ldap:389`
* `ES_HOST` is no longer mandatory and now defaults to `localhost`
@juanluisrp juanluisrp closed this Jul 11, 2023
@juanluisrp juanluisrp deleted the update-gn-4.2.5 branch July 11, 2023 11:57
@juanluisrp
Copy link
Contributor Author

The branch has a new name. You can update your local branch running:

git branch -m update-gn-4.2.5 update-gn-4.4
git fetch origin
git branch -u origin/update-gn-4.4 update-gn-4.4
git remote set-head origin -a

@juanluisrp juanluisrp mentioned this pull request Jul 11, 2023
@juanluisrp
Copy link
Contributor Author

Work continues in #107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants