geonode icon indicating copy to clipboard operation
geonode copied to clipboard

Geonode 4 running on Docker

Open brunolvs opened this issue 2 years ago • 5 comments

Does anyone have Geonode 4.xx running on Docker with no problems? All features working, etc.... Can you tell me how you get it? For me is 98%, only Edit Style is not working.

brunolvs avatar Mar 21 '23 22:03 brunolvs

Same for me, style editing is not working because of an authentification issue.

Landluemmel avatar Apr 07 '23 14:04 Landluemmel

Yes i'm also familiar with this issue about the styling. Related to other issues related to upload, I usually add PROXY_URL="" to the .env file.

mwallschlaeger avatar Jul 02 '23 11:07 mwallschlaeger

@brunolvs of course there are many GeoNode installations that work totally fine, also with Docker. In case you're still facing the issue it will most probably be a problem with the configuration. In that case, I suggest using either the mailing-list or the Gittern channel to ask for support.

giohappy avatar Jul 04 '23 14:07 giohappy

GEOSERVER_LB_HOST_IP (and so GEOSERVER_LOCATION) is the most common problem for editing styles. In my side, what I found is ip or address of this setting should be accessible for remote machine who plays with Django interface

kikislater avatar Apr 19 '24 06:04 kikislater

In my side, what I found is ip or address of this setting should be accessible for remote machine who plays with Django interface

I'm not sure what you mean. The Geoserver location must be the address of the GeoNode's own Geoserver. It can be located to a different address of course. What is important is that the various Geoserver variables are configured correctly and GeoNode can reach it.

giohappy avatar Apr 19 '24 09:04 giohappy