From ac67fdb712d88d0273fb50147ca70751d550f730 Mon Sep 17 00:00:00 2001 From: Elendil92 <31854780+Elendil92@users.noreply.github.com> Date: Tue, 16 Nov 2021 13:01:15 -0500 Subject: [PATCH] Add copy of local_settings.py from sample data Add copy of local_settings.py from sample data if desired to avoid conflicts. fix #184 --- install/advanced/core/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/advanced/core/index.rst b/install/advanced/core/index.rst index 7b57a43f..344fd11d 100644 --- a/install/advanced/core/index.rst +++ b/install/advanced/core/index.rst @@ -1129,7 +1129,10 @@ Update the settings in order to use the ``PostgreSQL`` Database workon geonode cd /opt/geonode - + + # Initialize local_setting.py with sample configuration data if desired + cp /opt/geonode/geonode/local_settings.py.geoserver.sample /opt/geonode/geonode/local_settings.py + # Initialize GeoNode chmod +x *.sh ./paver_local.sh reset