forked from geosolutions-it/MapStore2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'geosolutions-it:master' into master
- Loading branch information
Showing
156 changed files
with
4,087 additions
and
870 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 |
---|---|---|
|
@@ -25,3 +25,6 @@ web/docs | |
debug.log | ||
.vscode/settings.json | ||
site | ||
.DS_Store | ||
venv | ||
__pycache__ |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM tomcat:9-jdk11-openjdk AS mother | ||
FROM tomcat:9-jdk11 AS mother | ||
LABEL maintainer="Alessandro Parma<[email protected]>" | ||
ARG MAPSTORE_WEBAPP_SRC="https://github.com/geosolutions-it/MapStore2/releases/latest/download/mapstore.war" | ||
ADD "${MAPSTORE_WEBAPP_SRC}" "/mapstore/" | ||
|
||
COPY ./docker/* /mapstore/docker/ | ||
WORKDIR /mapstore | ||
|
||
FROM tomcat:9-jdk11-openjdk | ||
FROM tomcat:9-jdk11 | ||
|
||
# Tomcat specific options | ||
ENV CATALINA_BASE "$CATALINA_HOME" | ||
|
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
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
Binary file removed
BIN
-21.6 KB
...ide/integrations/img/mapStore-geoserver-mapstore-ldap-direct-geoserver-ldap.png
Binary file not shown.
Binary file removed
BIN
-27.5 KB
...oper-guide/integrations/img/mapStore-geoserver-mapstore-ldap-geoserver-ldap.png
Binary file not shown.
Binary file removed
BIN
-20.4 KB
docs/developer-guide/integrations/img/mapstore-geoserver-integration.png
Binary file not shown.
Binary file removed
BIN
-47.2 KB
docs/developer-guide/integrations/img/mapstore-geoserver-users-integration.png
Binary file not shown.
Binary file removed
BIN
-25.8 KB
docs/developer-guide/integrations/img/mapstore-ldap-mapstore-geoserver.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-17.9 KB
docs/developer-guide/integrations/users/img/login-from-keycloak.png
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* reduces the max height of the charts | ||
to fit the page better */ | ||
img { | ||
max-height: 500px; | ||
display: block; | ||
margin: 0 auto; | ||
} | ||
/* fix icons in admonitions */ | ||
.md-typeset .admonition-title:before{ | ||
position: absolute; | ||
left: 10px; | ||
top: 10px; | ||
} |
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ jinja2==3.1.4 | |
Markdown==3.4.4 | ||
WeasyPrint==52.5 | ||
mkdocs-with-pdf==0.9.3 | ||
mkdocs-kroki-plugin==0.9.0 |
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 |
---|---|---|
|
@@ -97,4 +97,4 @@ li.md-tabs__item:hover{ | |
margin-right: 4px; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
} |
Oops, something went wrong.