EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
cache
Commits
fb97dc5d
Commit
fb97dc5d
authored
Oct 12, 2021
by
Mussab Abdalla
Browse files
removing PRISM references
parent
1ea1e96d
Pipeline
#17410
failed with stages
in 0 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fb97dc5d
#------------------------------------------------------------------------------
#
# Project:
prism
view server
# Project: view server
# Authors: Stephan Meissl <stephan.meissl@eox.at>
#
#------------------------------------------------------------------------------
...
...
@@ -27,10 +27,10 @@
FROM
ubuntu:18.04
MAINTAINER
EOX
LABEL
name="
prism
view server cache" \
LABEL
name="view server cache" \
vendor="EOX IT Services GmbH <https://eox.at>" \
license="MIT Copyright (C) 2019 EOX IT Services GmbH <https://eox.at>" \
type="
prism
view server cache"
type="view server cache"
USER
root
ADD
install.sh \
...
...
@@ -38,12 +38,12 @@ ADD install.sh \
RUN
./install.sh
ENV
COLLECTION_ID= \
INSTANCE_ID="
prism-
view-server_cache" \
INSTANCE_ID="view-server_cache" \
RENDERER_HOST= \
INSTALL_DIR="/var/www/
p
vs/" \
INSTALL_DIR="/var/www/vs/" \
COLLECTION= \
APACHE_CONF="/etc/apache2/sites-enabled/010_
prism_
cache.conf" \
APACHE_ServerName="
p
vs_cache" \
APACHE_CONF="/etc/apache2/sites-enabled/010_cache.conf" \
APACHE_ServerName="vs_cache" \
APACHE_ServerAdmin="office@eox.at" \
APACHE_NGEO_CACHE_ALIAS="/ows" \
REDIS_HOST="redis" \
...
...
configure.sh
View file @
fb97dc5d
...
...
@@ -86,19 +86,19 @@ if [ ! -f "${INSTALL_DIR}/index.html" ] ; then
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>
PRISM
View Server (
P
VS) - Cache</title>
<title>View Server (VS) - Cache</title>
</head>
<body>
<h1>
PRISM
View Server (
P
VS) - Cache Test Page<br><font size="-1">
<h1>View Server (VS) - Cache Test Page<br><font size="-1">
<strong>powered by</font> <a href="https://eox.at">EOX</a></strong></h1>
<p>This page is used to test the proper operation of the
PRISM
View Server (
P
VS)
<p>This page is used to test the proper operation of the View Server (VS)
cache after it has been installed. If you can read
this page it means that the
PRISM
View Server (
P
VS) cache
this page it means that the View Server (VS) cache
installed at this site is working properly.</p>
<p>Links to services:</p>
<ul>
<li><a href="/cache
${
APACHE_NGEO_CACHE_ALIAS
}
/wmts/1.0.0/WMTSCapabilities.xml">
P
VS WMTS</a></li>
<li><a href="/cache
${
APACHE_NGEO_CACHE_ALIAS
}
?SERVICE=WMS&REQUEST=GetCapabilities">
P
VS WMS</a></li>
<li><a href="/cache
${
APACHE_NGEO_CACHE_ALIAS
}
/wmts/1.0.0/WMTSCapabilities.xml">VS WMTS</a></li>
<li><a href="/cache
${
APACHE_NGEO_CACHE_ALIAS
}
?SERVICE=WMS&REQUEST=GetCapabilities">VS WMS</a></li>
</ul>
</body>
</html>
...
...
mapcache-template.xml
View file @
fb97dc5d
...
...
@@ -25,8 +25,8 @@
</service>
<service
type=
"wmts"
enabled=
"true"
/>
<metadata>
<title>
PRISM
View Server (
P
VS) developed by EOX
</title>
<abstract>
PRISM
View Server (
P
VS) developed by EOX
</abstract>
<title>
View Server (VS) developed by EOX
</title>
<abstract>
View Server (VS) developed by EOX
</abstract>
<keyword>
View Server
</keyword>
<accessconstraints>
UNKNOWN
</accessconstraints>
<fees>
UNKNOWN
</fees>
...
...
seeder.py
View file @
fb97dc5d
...
...
@@ -7,7 +7,7 @@
#-----------------------------------------------------------------------------
# Copyright (c) 2018 EOX IT Services GmbH
#
# Python script to pre-seed
P
VS cache.
# Python script to pre-seed VS cache.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
...
...
@@ -215,7 +215,7 @@ def seeder_redis_wrapper(
if
__name__
==
"__main__"
:
parser
=
argparse
.
ArgumentParser
()
parser
.
description
=
textwrap
.
dedent
(
"""
\
Pre-seeds cache of
PRISM
View Server (
p
vs).
Pre-seeds cache of View Server (vs).
"""
)
parser
.
add_argument
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment