Skip to content

Commit

Permalink
Updating instructions for geonode-worldmap
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Feb 27, 2018
1 parent 75291f2 commit 84db0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geonode/contrib/worldmap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Set the following variables as needed (change SITE_NAME and SERVER_IP s needed.
export ALLOWED_HOSTS="localhost, $SERVER_IP, "
export GEOSERVER_LOCATION=http://localhost:8080/geoserver/
export GEOSERVER_PUBLIC_LOCATION=http://$SERVER_IP/geoserver/
export HYPERMAP_REGISTRY_URL =http://localhost:8001/
export SOLR_URL =http://localhost:8983/solr/hypermap/select/
export HYPERMAP_REGISTRY_URL =http://localhost:8001
export MAPPROXY_URL=http://localhost:8001

Create your geonode project by using the WorldMap geonode-project as a template (https://github.com/cga-harvard/geonode-project). Rename it to something meaningful (for example your web site name):

Expand Down

0 comments on commit 84db0f6

Please sign in to comment.