Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
8f373308
Commit
8f373308
authored
9 years ago
by
Barbara B. Frosik
Browse files
Options
Downloads
Patches
Plain Diff
change gui installation to input config param
parent
e15a9ceb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/ExperimentSynchronizer/install_expSync.sh
+11
-0
11 additions, 0 deletions
tools/ExperimentSynchronizer/install_expSync.sh
tools/ExperimentSynchronizer/resources/config.property.template
+5
-0
5 additions, 0 deletions
...ExperimentSynchronizer/resources/config.property.template
with
16 additions
and
0 deletions
tools/ExperimentSynchronizer/install_expSync.sh
+
11
−
0
View file @
8f373308
...
@@ -17,6 +17,17 @@ execute svn export $DM_SVN_URL/support/src/jdk-7u51-linux-x64.tar.gz
...
@@ -17,6 +17,17 @@ execute svn export $DM_SVN_URL/support/src/jdk-7u51-linux-x64.tar.gz
JAVA_VERSION
=
7u51
JAVA_VERSION
=
7u51
tar
zxf jdk-
${
JAVA_VERSION
}*
.tar.gz
tar
zxf jdk-
${
JAVA_VERSION
}*
.tar.gz
cd
../resources
read
-p
"Enter Data Acquisition Service Host: "
DAQ_SERVICE_HOST
read
-p
"Enter Experiment Data Root Directory: "
DAQ_DATA_DIR
echo
"Generating config file"
cmd
=
"cat config.properties.template
\
| sed 's?DAQ_CONNECTION?https://
$DAQ_SERVICE_HOST
:33336/dm?g'
\
| sed 's?DATA_DIR?
$DAQ_DATA_DIR
?g'
\
> config.properties"
eval
$cmd
||
exit
1
cd
..
cd
..
mkdir
bin
mkdir
bin
execute lib/jdk1.7.0_51/bin/javac
-classpath
lib/
*
:resources/
*
-d
bin/ src/gov/anl/dm/esafsync/
*
.java src/gov/anl/dm/esafsync/serviceconn/
*
.java
execute lib/jdk1.7.0_51/bin/javac
-classpath
lib/
*
:resources/
*
-d
bin/ src/gov/anl/dm/esafsync/
*
.java src/gov/anl/dm/esafsync/serviceconn/
*
.java
...
...
This diff is collapsed.
Click to expand it.
tools/ExperimentSynchronizer/resources/config.propert
ies
→
tools/ExperimentSynchronizer/resources/config.propert
y.template
+
5
−
0
View file @
8f373308
dm.storageServ.connection = https://xstor-devel.xray.aps.anl.gov:22236/dm
dm.storageServ.connection = https://xstor-devel.xray.aps.anl.gov:22236/dm
dm.daqServ.connection
=
https://perch.aps.anl.gov:33336/dm
dm.daqServ.connection =
DAQ_CONNECTION
dm.daq.datadir
=
/data/
dm.daq.datadir =
DATA_DIR
#dm.truststore = /etc/pki/ca-trust/extracted/java/cacerts
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