You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When set to `prod``DEBUG` is disabled and the creation of a valid `SSL` is requested to Letsencrypt's ACME server
61
61
- When set to `test``DEBUG` is disabled and a test `SSL` certificate is generated for local testing
62
62
- When set to `dev``DEBUG` is enabled and no `SSL` certificate is generated
63
-
-`--hostname`: The URL that whill serve GeoNode (`localhost` by default)
64
-
-`--email`: The administrator's email. Notice that a real email and a valid SMPT configurations are required if `--env_type` is seto to `prod`. Letsencrypt uses to email for issuing the SSL certificate
63
+
-`--hostname`: The URL that will serve GeoNode (`localhost` by default)
64
+
-`--email`: The administrator's email. Notice that a real email and valid SMPT configurations are required if `--env_type` is set to `prod`. Letsencrypt uses email for issuing the SSL certificate
65
65
-`--geonodepwd`: GeoNode's administrator password. A random value is set if left empty
66
66
-`--geoserverpwd`: GeoNode's administrator password. A random value is set if left empty
67
67
-`--pgpwd`: PostgreSQL's administrator password. A random value is set if left empty
@@ -89,24 +89,22 @@ and configuration settings.
89
89
Development
90
90
-----------
91
91
92
-
GeoNode is a webbased GIS tool, and as such, in order to do development
92
+
GeoNode is a web-based GIS tool, and as such, in order to do development
93
93
on GeoNode itself or to integrate it into your own application, you
94
94
should be familiar with basic web development concepts as well as with
95
95
general GIS concepts.
96
96
97
-
For development GeoNode can be run in a 'development environment'. In
97
+
For development, GeoNode can be run in a 'development environment'. In
98
98
contrast to a 'production environment' development differs as it uses
99
99
lightweight components to speed up things.
100
100
101
-
To get you started have a look at the [Install
102
-
instructions](#install) which cover all what is needed to run GeoNode
0 commit comments