Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone
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
Commits
afed3032
Commit
afed3032
authored
10 years ago
by
Nikolaus Krismer
Browse files
Options
Downloads
Patches
Plain Diff
updating commented version of jdk 8
parent
038fd210
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/vagrant/bootstrap.sh
+2
-1
2 additions, 1 deletion
etc/vagrant/bootstrap.sh
with
2 additions
and
1 deletion
etc/vagrant/bootstrap.sh
+
2
−
1
View file @
afed3032
...
@@ -86,7 +86,7 @@ GEOSERVER_FILE=geoserver-$GEOSERVER_VERSION-war.zip
...
@@ -86,7 +86,7 @@ GEOSERVER_FILE=geoserver-$GEOSERVER_VERSION-war.zip
GEOSERVER_SHELL_VERSION
=
0.2-SNAPSHOT
GEOSERVER_SHELL_VERSION
=
0.2-SNAPSHOT
GEOSERVER_SHELL_FILE
=
gs-shell-
$GEOSERVER_SHELL_VERSION
-app
.zip
GEOSERVER_SHELL_FILE
=
gs-shell-
$GEOSERVER_SHELL_VERSION
-app
.zip
JAVA_VERSION
=
7u55
JAVA_VERSION
=
7u55
#JAVA_VERSION=8
#JAVA_VERSION=8
u5
JAVA_FILE_32
=
jdk-
$JAVA_VERSION
-linux-i586
.rpm
JAVA_FILE_32
=
jdk-
$JAVA_VERSION
-linux-i586
.rpm
JAVA_FILE_64
=
jdk-
$JAVA_VERSION
-linux-x64
.rpm
JAVA_FILE_64
=
jdk-
$JAVA_VERSION
-linux-x64
.rpm
MAVEN_VERSION
=
3.2.1
MAVEN_VERSION
=
3.2.1
...
@@ -312,6 +312,7 @@ if $INSTALL_POSTGRES; then echo " - postgresql 9.3"; fi
...
@@ -312,6 +312,7 @@ if $INSTALL_POSTGRES; then echo " - postgresql 9.3"; fi
if
$INSTALL_POSTGIS
;
then
echo
" - postgis 2"
;
fi
if
$INSTALL_POSTGIS
;
then
echo
" - postgis 2"
;
fi
if
$INSTALL_PGROUTING
;
then
echo
" - pgRouting
$PGROUTING_VERSION
"
;
fi
if
$INSTALL_PGROUTING
;
then
echo
" - pgRouting
$PGROUTING_VERSION
"
;
fi
if
$INSTALL_TOMCAT
;
then
echo
" - tomcat
$TOMCAT_VERSION
"
;
fi
if
$INSTALL_TOMCAT
;
then
echo
" - tomcat
$TOMCAT_VERSION
"
;
fi
if
$INSTALL_GEOSERVER
;
then
echo
" - geoserver
$GEOSERVER_VERSION
"
;
fi
if
$INSTALL_POSTGRES_ADMIN
;
then
echo
" - phpPgAdmin"
;
fi
if
$INSTALL_POSTGRES_ADMIN
;
then
echo
" - phpPgAdmin"
;
fi
if
$IMPORT_OSMDATA
;
then
echo
" - osmosis
$OSMOSIS_VERSION
"
;
fi
if
$IMPORT_OSMDATA
;
then
echo
" - osmosis
$OSMOSIS_VERSION
"
;
fi
if
$IMPORT_OSMDATA_CACHED
;
then
echo
"Importing cached data from OSM (if possible)"
;
elif
$IMPORT_OSMDATA
;
then
echo
"Importing data from OSM"
;
fi
if
$IMPORT_OSMDATA_CACHED
;
then
echo
"Importing cached data from OSM (if possible)"
;
elif
$IMPORT_OSMDATA
;
then
echo
"Importing data from OSM"
;
fi
...
...
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