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
16f70d83
Commit
16f70d83
authored
11 years ago
by
Nikolaus Krismer
Browse files
Options
Downloads
Patches
Plain Diff
preparations for nexus rpm compatibility
parent
88526fa6
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
+7
-2
7 additions, 2 deletions
etc/vagrant/bootstrap.sh
with
7 additions
and
2 deletions
etc/vagrant/bootstrap.sh
+
7
−
2
View file @
16f70d83
...
@@ -57,7 +57,8 @@ NEO4J_VERSION=2.0.0
...
@@ -57,7 +57,8 @@ NEO4J_VERSION=2.0.0
NEO4J_FILE
=
neo4j-community-
$NEO4J_VERSION
-unix
.tar.gz
NEO4J_FILE
=
neo4j-community-
$NEO4J_VERSION
-unix
.tar.gz
NEO4J_SERVICE_NAME
=
neo4j-service
NEO4J_SERVICE_NAME
=
neo4j-service
NEO4J_SPATIAL_VERSION
=
0.11-neo4j-1.9
NEO4J_SPATIAL_VERSION
=
0.11-neo4j-1.9
NEXUS_REPO
=
https://server.krismer.de/nexus/content/repositories/releases
NEXUS_PATH
=
https://server.krismer.de/nexus/content/repositories/releases
NEXUS_REPO
=
http://www.krismer.de/files/krismer.repo
OSM_BBOX_BZ
=
"top=46.5200 left=11.3000 bottom=46.4500 right=11.3873"
OSM_BBOX_BZ
=
"top=46.5200 left=11.3000 bottom=46.4500 right=11.3873"
OSM_BBOX_IBK
=
"top=47.3592 left=11.3020 bottom=47.2108 right=11.4554"
OSM_BBOX_IBK
=
"top=47.3592 left=11.3020 bottom=47.2108 right=11.4554"
OSM_FILE_AUSTRIA
=
austria-131201.osm.pbf
OSM_FILE_AUSTRIA
=
austria-131201.osm.pbf
...
@@ -80,7 +81,7 @@ REPO_BASE_CONFIG=/etc/yum.repos.d/fedora-updates.repo
...
@@ -80,7 +81,7 @@ REPO_BASE_CONFIG=/etc/yum.repos.d/fedora-updates.repo
REPO_RPMFORGE_CONFIG
=
/etc/yum.repos.d/rpmforge.repo
REPO_RPMFORGE_CONFIG
=
/etc/yum.repos.d/rpmforge.repo
TABLE_PREFIX_BZ
=
bz_
TABLE_PREFIX_BZ
=
bz_
TABLE_PREFIX_IBK
=
ibk_
TABLE_PREFIX_IBK
=
ibk_
TEMPLATE_PROJECT_FILE
=
$NEXUS_
REPO
/de/krismer/CanIGet2/0.1/CanIGet2-0.1.war
TEMPLATE_PROJECT_FILE
=
$NEXUS_
PATH
/de/krismer/CanIGet2/0.1/CanIGet2-0.1.war
TOMCAT_USER
=
tomcat
TOMCAT_USER
=
tomcat
TOMCAT_VERSION
=
7
TOMCAT_VERSION
=
7
TOPOLOGY_TOLERANCE
=
0.0005
TOPOLOGY_TOLERANCE
=
0.0005
...
@@ -232,6 +233,10 @@ mkdir -p $DOWNLOAD_DIR
...
@@ -232,6 +233,10 @@ mkdir -p $DOWNLOAD_DIR
echo
"Configuring timezone"
echo
"Configuring timezone"
cp
/usr/share/zoneinfo/Europe/Vienna /etc/localtime
>
setup_timezone.log 2>&1
cp
/usr/share/zoneinfo/Europe/Vienna /etc/localtime
>
setup_timezone.log 2>&1
#echo "Installing krismer repository"
#fn_download_newer $DOWNLOAD_DIR/krismer.repo $NEXUS_REPO
#cp $DOWNLOAD_DIR/krismer.repo /etc/yum.repos.d > install_krismer_repo.log 2>&1
if
$INSTALL_POSTGRES
;
then
if
$INSTALL_POSTGRES
;
then
if
[
$DISTRI
==
"CentOS"
]
;
then
if
[
$DISTRI
==
"CentOS"
]
;
then
sed
-i
's/\[base\]/\[base\]\nexclude=postgresql\*/'
$REPO_BASE_CONFIG
sed
-i
's/\[base\]/\[base\]\nexclude=postgresql\*/'
$REPO_BASE_CONFIG
...
...
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