Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Oct 21, 2020
1 parent fc550dd commit 434e50e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/source/developer/integration/index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
Integration
===========

MapStore integration inside geOrchestra is realized mainly:

1. **Including it in the build and in the general workflow of geOrchestra**:

Here the list of files involved:
The MapStore integration inside geOrchestra SDI involves the following parts:

* `Header <https://github.com/georchestra/georchestra/blob/master/header/src/main/webapp/WEB-INF/jsp/index.jsp>`_ (and `header localization <https://github.com/georchestra/georchestra/tree/master/header/src/main/resources/_header/i18n>`_)
* `Database Creation scripts <https://github.com/georchestra/georchestra/blob/master/postgresql/110-mapstore.sql>`_
* `Docker <https://github.com/georchestra/docker/blob/master/docker-compose.yml#L153>`_
* `Data Dir <https://github.com/georchestra/datadir/tree/master/mapstore>`_
* `Github Workflows <https://github.com/georchestra/mapstore2-georchestra/blob/master/.github/workflows/mapstore.yml>`_

2. **Realizing a custom build that integrates with datadir, security ... and can be integrated in the docker build.**

Here below a detailed explanation of how security integration is realized:

Security Integration
^^^^^^^^^^^^^^^^^^^^
MapStore is integrated with the geOrchestra security infrastructure. This happens thanks to:
Expand Down

0 comments on commit 434e50e

Please sign in to comment.