-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from GeoNode/development_upgrade
upgrade demo project
- Loading branch information
Showing
67 changed files
with
181 additions
and
1,254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,5 +67,6 @@ local_settings.py | |
|
||
.idea/ | ||
.vscode/ | ||
|
||
.env | ||
.vagrant/ | ||
Vagrantfile | ||
/.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,14 @@ export SITEURL=http://localhost:8000/ | |
export ALLOWED_HOSTS="['localhost',]" | ||
|
||
export GEONODE_INSTANCE_NAME=geonode | ||
export DJANGO_SETTINGS_MODULE=geonode_master.settings | ||
export GEONODE_DATABASE=geonode_master | ||
export DJANGO_SETTINGS_MODULE=geonode_demo.settings | ||
export GEONODE_DATABASE=geonode_demo | ||
export GEONODE_DATABASE_PASSWORD=geonode | ||
export GEONODE_GEODATABASE=geonode_master_data | ||
export GEONODE_GEODATABASE=geonode_demo_data | ||
export GEONODE_GEODATABASE_PASSWORD=geonode | ||
|
||
export DATABASE_URL=postgis://geonode_master:geonode@localhost:5432/geonode_master | ||
export GEODATABASE_URL=postgis://geonode_master_data:geonode@localhost:5432/geonode_master_data | ||
export DATABASE_URL=postgis://geonode_demo:geonode@localhost:5432/geonode_demo | ||
export GEODATABASE_URL=postgis://geonode_demo_data:geonode@localhost:5432/geonode_demo_data | ||
export DEFAULT_BACKEND_DATASTORE=datastore | ||
|
||
export GEOSERVER_WEB_UI_LOCATION=http://localhost:8080/geoserver/ | ||
|
@@ -46,12 +46,17 @@ export DJANGO_EMAIL_USE_SSL=False | |
export DEFAULT_FROM_EMAIL="GeoNode <[email protected]>" | ||
|
||
export LOCKDOWN_GEONODE=False | ||
export CORS_ORIGIN_ALLOW_ALL=True | ||
export X_FRAME_OPTIONS=SAMEORIGIN | ||
export SESSION_EXPIRED_CONTROL_ENABLED=True | ||
export DEFAULT_ANONYMOUS_VIEW_PERMISSION=True | ||
export DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION=True | ||
|
||
export CORS_ALLOW_ALL_ORIGINS=True | ||
export GEOSERVER_CORS_ENABLED=True | ||
export GEOSERVER_CORS_ALLOWED_ORIGINS=* | ||
export GEOSERVER_CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,HEAD,OPTIONS | ||
export GEOSERVER_CORS_ALLOWED_HEADERS=* | ||
|
||
export ACCOUNT_OPEN_SIGNUP=True | ||
export ACCOUNT_EMAIL_REQUIRED=True | ||
export ACCOUNT_APPROVAL_REQUIRED=False | ||
|
@@ -69,7 +74,6 @@ export API_LOCKDOWN=False | |
export TASTYPIE_APIKEY= | ||
|
||
export CACHE_BUSTING_STATIC_ENABLED=False | ||
export CACHE_BUSTING_MEDIA_ENABLED=False | ||
|
||
export MAX_DOCUMENT_SIZE=2 | ||
export CLIENT_RESULTS_LIMIT=5 | ||
|
@@ -80,7 +84,7 @@ export MAPBOX_ACCESS_TOKEN= | |
export BING_API_KEY= | ||
export GOOGLE_API_KEY= | ||
|
||
export MONITORING_ENABLED=True | ||
export MONITORING_ENABLED=False | ||
export MONITORING_DATA_TTL=365 | ||
export USER_ANALYTICS_ENABLED=True | ||
export USER_ANALYTICS_GZIP=True | ||
|
@@ -94,3 +98,6 @@ export AVATAR_PROVIDERS='avatar.providers.PrimaryAvatarProvider','avatar.provide | |
export EXIF_ENABLED=True | ||
export CREATE_LAYER=True | ||
export FAVORITE_ENABLED=True | ||
|
||
export DEFAULT_MAX_UPLOAD_SIZE=5368709120 | ||
export DEFAULT_MAX_PARALLEL_UPLOADS_PER_USER=5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.