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 running both stable extensions and community modules can be included:
80
+
81
+
```
82
+
docker run -it -p 80:8080 \
83
+
--env INSTALL_EXTENSIONS=true \
84
+
--env STABLE_EXTENSIONS="ysld" \
85
+
--env COMMUNITY_EXTENSIONS="ogcapi" \
86
+
-t 2.23.x
87
+
```
88
+
89
+
Community modules are only available for nightly builds as they have not yet met the requirements for production use. Developers have shared these to attract participation, feedback and funding.
90
+
91
+
## How to build from main snapshot releases?
92
+
93
+
The build.geoserver.org output for the ``main`` branch requires the following:
When running both [stable extensions](https://build.geoserver.org/geoserver/main/ext-latest/) and [community modules](https://build.geoserver.org/geoserver/main/community-latest/) can be included:
0 commit comments