Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone-vm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone-vm
Commits
68e80005
Commit
68e80005
authored
8 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
version upgrade of apache-tomcat
parent
c16e976a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
bootstrap/prepareEnvironment.sh
+6
-6
6 additions, 6 deletions
bootstrap/prepareEnvironment.sh
with
10 additions
and
6 deletions
CHANGELOG.md
+
4
−
0
View file @
68e80005
Upcoming version:
-----------------
-
version upgrade of apache-tomcat (Nikolaus Krismer)
Version v0.6.1:
---------------
-
fixed indent (Nikolaus Krismer)
...
...
This diff is collapsed.
Click to expand it.
bootstrap/prepareEnvironment.sh
+
6
−
6
View file @
68e80005
...
...
@@ -147,7 +147,7 @@ TEMPLATE_PSIPROBE_VERSION="2.4.0"
TEMPLATE_PSIPROBE_FILE
=
"probe-
$TEMPLATE_PSIPROBE_VERSION
.zip"
TEMPLATE_PSIPROBE_DOWNLOAD_URL
=
"https://github.com/psi-probe/psi-probe/releases/download/
$TEMPLATE_PSIPROBE_VERSION
/
$TEMPLATE_PSIPROBE_FILE
"
TEMPLATE_DIR_ISOCHRONE
=
"/vagrant"
TOMCAT_VERSION
=
"8.0.3
0
"
TOMCAT_VERSION
=
"8.0.3
6
"
TOMCAT_FILE
=
"apache-tomcat-
$TOMCAT_VERSION
.tar.gz"
TOMCAT_DOWNLOAD_URL
=
"http://www.eu.apache.org/dist/tomcat/tomcat-8/v
$TOMCAT_VERSION
/bin/
$TOMCAT_FILE
"
TOMCAT_MEMORY_OPTS
=
"-Xmx2048m -Xms512m"
...
...
@@ -413,7 +413,7 @@ if $INSTALL_POSTGRES; then
yum
-y
install
$POSTGRESQL_PKG_NAME
$POSTGRESQL_PKG_NAME
-contrib
$POSTGRESQL_PKG_NAME
-server
>>
$WORKING_DIR
/install_postgresql.log 2>&1
if
$INSTALL_GDAL
;
then
yum
-y
install
$POSTGRESQL_PKG_NAME
-devel
>>
$WORKING_DIR
/install_postgresql.log 2>&1
fi
fi
fn_echo
" - exporting postgresql options"
echo
"export PostgreSQL_ROOT=
\"
/usr/pgsql-
$POSTGRESQL_VERSION
\"
"
>>
/etc/profile.d/postgresql.sh
...
...
@@ -452,7 +452,7 @@ if $INSTALL_JAVA; then
sleep
5
fn_echo
"Installing java (oracle jdk-
$JAVA_VERSION
)"
fn_download_newer
$DOWNLOAD_DIR
/
$JAVA_FILE
"
${
JAVA_DOWNLOAD_URL
}
/
${
JAVA_FILE
}
"
"
${
OTN_LICENSE_PARAMS
}
"
fn_download_newer
$DOWNLOAD_DIR
/
$JAVA_FILE
"
${
JAVA_DOWNLOAD_URL
}
/
${
JAVA_FILE
}
"
"
${
OTN_LICENSE_PARAMS
}
"
yum
-y
localinstall
$DOWNLOAD_DIR
/
$JAVA_FILE
>>
$WORKING_DIR
/install_java.log 2>&1
ln
-sf
/usr/java/latest
$DEPLOY_DIR
/jdk
>>
$WORKING_DIR
/setup_java.log 2>&1
ln
-sf
/usr/java/latest/jre
$DEPLOY_DIR
/jre
>>
$WORKING_DIR
/setup_java.log 2>&1
...
...
@@ -607,7 +607,7 @@ if $INSTALL_NEO4J; then
fn_echo
" - enabling neo4j network access (without user)"
fn_echo
"org.neo4j.server.webserver.address=0.0.0.0"
>>
$DEPLOY_DIR
/neo4j/conf/neo4j-server.properties
sed -i
"s/dbms
\.
security
\.
auth
\_
enabled=true/dbms
\.
security
\.
auth
\_
enabled=false/"
$DEPLOY_DIR
/neo4j/conf/neo4j-server.properties
sed -i
"s/dbms
\.
security
\.
auth
\_
enabled=true/dbms
\.
security
\.
auth
\_
enabled=false/"
$DEPLOY_DIR
/neo4j/conf/neo4j-server.properties
fn_echo
" - creating systemd service"
cp
"
$SHARED_CONF_DIR
/neo4j.service"
"/etc/systemd/system/neo4j.service"
>>
$DEPLOY_DIR
/neo4j/conf/neo4j-server.properties
...
...
@@ -675,7 +675,7 @@ if $INSTALL_SPATIALITE; then
fn_echo
"Installing spatialite
$SPATIALITE_VERSION
(from source)"
fn_download_newer
$DOWNLOAD_DIR
/
$SPATIALITE_FILE
$SPATIALITE_URL
tar -xvf
$DOWNLOAD_DIR
/
$SPATIALITE_FILE
-C
$DEPLOY_DIR
>>
$WORKING_DIR
/install_spatialite.log 2>&1
tar -xvf
$DOWNLOAD_DIR
/
$SPATIALITE_FILE
-C
$DEPLOY_DIR
>>
$WORKING_DIR
/install_spatialite.log 2>&1
ln -sf
$DEPLOY_DIR
/libspatialite*
$DEPLOY_DIR
/libspatialite
cd
$DEPLOY_DIR
/libspatialite
...
...
@@ -792,7 +792,7 @@ fi
if
$INSTALL_SPATIALITE_ADMIN
; then
# TODO
:
Check this (does not seem to work)
# TODO
:
What to do if there are multiple target_srid defined
# TODO
:
What to do if there are multiple target_srid defined
fn_echo
"Configuring phpLiteAdmin"
cp
$DEPLOY_DIR
/phpliteadmin/phpliteadmin.config.sample.php
$DEPLOY_DIR
/phpliteadmin/phpliteadmin.config.php
sed -i
"s/password = 'admin'/password = '
${
TOMCAT_PASSWORD
}
'/"
$DEPLOY_DIR
/phpliteadmin/phpliteadmin.config.php
...
...
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