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
28c9b764
Commit
28c9b764
authored
11 years ago
by
Nikolaus Krismer
Browse files
Options
Downloads
Patches
Plain Diff
added correct java handling for 32bit operating systems
parent
06276fb5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/vagrant/bootstrap.sh
+4
-1
4 additions, 1 deletion
etc/vagrant/bootstrap.sh
with
4 additions
and
1 deletion
etc/vagrant/bootstrap.sh
+
4
−
1
View file @
28c9b764
...
@@ -61,7 +61,8 @@ GEOSERVER_FILE=geoserver-$GEOSERVER_VERSION-war.zip
...
@@ -61,7 +61,8 @@ 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
=
7u45
JAVA_VERSION
=
7u45
JAVA_FILE
=
jdk-
$JAVA_VERSION
-linux-x64
.rpm
JAVA_FILE_32
=
jdk-
$JAVA_VERSION
-linux-i586
.rpm
JAVA_FILE_64
=
jdk-
$JAVA_VERSION
-linux-x64
.rpm
MAVEN_VERSION
=
3.1.1
MAVEN_VERSION
=
3.1.1
MAVEN_FILE
=
apache-maven-
$MAVEN_VERSION
-bin
.zip
MAVEN_FILE
=
apache-maven-
$MAVEN_VERSION
-bin
.zip
NEO4J_DB_USER
=
neo4j
NEO4J_DB_USER
=
neo4j
...
@@ -144,9 +145,11 @@ fi
...
@@ -144,9 +145,11 @@ fi
if
$IS_64_BIT
;
then
if
$IS_64_BIT
;
then
POSTGRESQL_REPO_RPM
=
$POSTGRESQL_REPO_RPM_64
POSTGRESQL_REPO_RPM
=
$POSTGRESQL_REPO_RPM_64
REPO_RPMFORGE_URL
=
$REPO_RPMFORGE_URL_64
REPO_RPMFORGE_URL
=
$REPO_RPMFORGE_URL_64
JAVA_FILE
=
$JAVA_FILE_64
else
else
POSTGRESQL_REPO_RPM
=
$POSTGRESQL_REPO_RPM_32
POSTGRESQL_REPO_RPM
=
$POSTGRESQL_REPO_RPM_32
REPO_RPMFORGE_URL
=
$REPO_RPMFORGE_URL_32
REPO_RPMFORGE_URL
=
$REPO_RPMFORGE_URL_32
JAVA_FILE
=
$JAVA_FILE_32
fi
fi
START
=
$(
date
+%s
)
START
=
$(
date
+%s
)
...
...
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