EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
4dc4d69e
Verified
Commit
4dc4d69e
authored
4 years ago
by
Stephan
Browse files
Options
Downloads
Patches
Plain Diff
formatting and some adjustments
parent
1b412d20
No related branches found
No related tags found
1 merge request
!8
Docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/operator-guide/intro.rst
+18
-16
18 additions, 16 deletions
documentation/operator-guide/intro.rst
with
18 additions
and
16 deletions
documentation/operator-guide/intro.rst
+
18
−
16
View file @
4dc4d69e
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
Introduction
Introduction
============
============
This guide
will
detail the operation of a View Server and all of its
This guide detail
s
the operation of a View Server and all of its
components.
components.
Since the View Server is a Docker based software and all of its components are
Since the View Server is a Docker based software and all of its components are
distributed and executed in context of Docker images and containers,
a
distributed and executed in context of Docker images and containers,
basic
knowledge of Docker and Docker Swarm is requi
red
.
knowledge of Docker and Docker Swarm is
a pre
requi
site
.
Components
Components
----------
----------
...
@@ -18,7 +18,7 @@ respective Docker image in parenthesis):
...
@@ -18,7 +18,7 @@ respective Docker image in parenthesis):
- Ingestor (ingestor)
- Ingestor (ingestor)
- Preprocessor (preprocessor)
- Preprocessor (preprocessor)
- Registra
to
r (core)
- Registrar (core)
- Renderer (core)
- Renderer (core)
- Cache (cache)
- Cache (cache)
- Seeder (cache)
- Seeder (cache)
...
@@ -34,11 +34,13 @@ Docker Images
...
@@ -34,11 +34,13 @@ Docker Images
-------------
-------------
The software is distributed as Docker images, which can be instantiated
The software is distributed as Docker images, which can be instantiated
and run in their intended role. Some images are hosted on the docker hub,
and run in their intended role. Some images are hosted on
`docker hub <https://hub.docker.com/>`_,
the official and default repository for Docker images. Other images reside
the official and default repository for Docker images. Other images reside
on the gitlab.eox.at repository. Images from the official repository
on an `EOX hosted registry <gitlab.eox.at>`_. Images from the official registry
are only identified via their name, whereas images from the eox repository
are only identified via their name, whereas images from the EOX registry
conventionally use the full URL, including the domain name.
conventionally use the full URL, including the domain name. Below is a list of
the used images:
- mdillon/postgis:10
- mdillon/postgis:10
- redis
- redis
...
@@ -51,15 +53,15 @@ conventionally use the full URL, including the domain name.
...
@@ -51,15 +53,15 @@ conventionally use the full URL, including the domain name.
Configuration Files
Configuration Files
-------------------
-------------------
The following configuration files
will
impact the behavior of the View Server:
The following configuration files impact the behavior of the View Server:
- index.html: This is the main file to configure the client. In this file,
-
`
index.html
`
: This is the main file to configure the client. In this file,
the viewing layer, search and download enpoints are configured. Usually
the viewing layer, search and download en
d
points are configured. Usually
this is associated with additional backdrop and overlay layers.
this is associated with additional backdrop and overlay layers.
- preprocessor.yml: This file configures the preprocessing
proces
s.
-
`
preprocessor.yml
`
: This file configures the preprocessing
step
s.
- mapcache.xml: This file defines the input sources of the cache and its
-
`
mapcache.xml
`
: This file defines the input sources of the cache and its
published layers.
published layers.
- init-db.sh: This file sets up the registra
to
r and renderer side of the VS
,
-
`
init-db.sh
`
: This file sets up the registrar and renderer side of the VS
.
Setup
Setup
-----
-----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment