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
f2302f40
There was a problem fetching the pipeline summary.
Commit
f2302f40
authored
8 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
using srtm1 dataset by default now
parent
f1105442
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
bootstrap/config.sh
+3
-2
3 additions, 2 deletions
bootstrap/config.sh
with
4 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
f2302f40
Upcoming version:
-----------------
-
using srtm1 dataset by default now (Nikolaus Krismer)
-
upgrading to latest postgresql and postgis version (Nikolaus Krismer)
-
updating dropTables to use CASCADE (Nikolaus Krismer)
-
added support for 3d datamodels (Nikolaus Krismer)
...
...
This diff is collapsed.
Click to expand it.
bootstrap/config.sh
+
3
−
2
View file @
f2302f40
...
...
@@ -38,8 +38,9 @@ DEPLOY_ALL_DATASETS=false
IS_JENKINS_DEPLOY
=
false
IS_LOCAL_DEPLOY
=
false
# leave SRTM_RESOLUTION empty for 2D dataset creation
# provide username and passwort when using SRTM_Resolution=1 with UPDATE_DATA=true
SRTM_RESOLUTION
=
3
# be sure to provide username and passwort when using SRTM_RESOLUTION=1 with UPDATE_DATA=true
# (also note that SRTM_RESOLUTION=3 can be used without username and password when updating data)
SRTM_RESOLUTION
=
1
SRTM_USERNAME
=
""
SRTM_PASSWORD
=
""
TOMCAT_PASSWORD
=
"@tomcat_password@"
...
...
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