Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
270f2562
Commit
270f2562
authored
15 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-803 bug fixed: remove trust store system properties; wrong path
SVN: 10517
parent
417c2851
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
openbis_all/source/bash/sprint_install.sh
+2
-2
2 additions, 2 deletions
openbis_all/source/bash/sprint_install.sh
with
2 additions
and
2 deletions
openbis_all/source/bash/sprint_install.sh
+
2
−
2
View file @
270f2562
...
@@ -37,7 +37,7 @@ unzip ../openBIS-server*$VER*
...
@@ -37,7 +37,7 @@ unzip ../openBIS-server*$VER*
cd
openBIS-server
cd
openBIS-server
./install.sh
--nostartup
$PWD
../../service.properties
./install.sh
--nostartup
$PWD
../../service.properties
cp
-p
$KEYSTORE
apache-tomcat/openBIS.keystore
cp
-p
$KEYSTORE
apache-tomcat/openBIS.keystore
sed
's/-Djavax.net.ssl.trustStore=openBIS.keystore //g'
apache-tomcat/bin/startup.sh
>
new-startup.sh
sed
's/-Djavax.net.ssl.trustStore=
etc/
openBIS.keystore //g'
apache-tomcat/bin/startup.sh
>
new-startup.sh
mv
-f
new-startup.sh apache-tomcat/bin/startup.sh
mv
-f
new-startup.sh apache-tomcat/bin/startup.sh
chmod
744 apache-tomcat/bin/startup.sh
chmod
744 apache-tomcat/bin/startup.sh
apache-tomcat/bin/startup.sh
apache-tomcat/bin/startup.sh
...
@@ -48,7 +48,7 @@ unzip ../datastore_server*$VER*
...
@@ -48,7 +48,7 @@ unzip ../datastore_server*$VER*
cd
datastore_server
cd
datastore_server
cp
-p
~/datastore_server-service.properties etc/service.properties
cp
-p
~/datastore_server-service.properties etc/service.properties
cp
-p
$KEYSTORE
etc/openBIS.keystore
cp
-p
$KEYSTORE
etc/openBIS.keystore
mv
-f
old/sprint-
$PREV_VER
/datastore_server/data/store/
*
data/store
mv
-f
~/
old/sprint-
$PREV_VER
/datastore_server/data/store/
*
data/store
sed
's/-Djavax.net.ssl.trustStore=openBIS.keystore //g'
datastore_server.sh
>
xxx
sed
's/-Djavax.net.ssl.trustStore=openBIS.keystore //g'
datastore_server.sh
>
xxx
mv
-f
xxx datastore_server.sh
mv
-f
xxx datastore_server.sh
chmod
744 datastore_server.sh
chmod
744 datastore_server.sh
...
...
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