Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CbmTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Sergey Gorbunov
CbmTools
Commits
b1a4db53
Commit
b1a4db53
authored
4 years ago
by
Sergey Gorbunov
Browse files
Options
Downloads
Patches
Plain Diff
README update
parent
bd73ccb6
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
cbmdock/README.md
+23
-43
23 additions, 43 deletions
cbmdock/README.md
with
23 additions
and
43 deletions
cbmdock/README.md
+
23
−
43
View file @
b1a4db53
...
@@ -50,24 +50,15 @@ sudo apt-get install -y emacs mc x11-apps
...
@@ -50,24 +50,15 @@ sudo apt-get install -y emacs mc x11-apps
== Configure GIT the way you like it ==
== Configure GIT the way you like it ==
git config --global user.name
\<
my name
\>
git config --global user.name
\<
my name
\>
git config --global user.email
\<
my email
\>
git config --global user.email
\<
my email
\>
git config --global core.editor emacs
git config --global core.autocrlf input
git config --global core.editor emacs
git config --global core.safecrlf true
git config --global branch.autosetuprebase always
git config --global core.autocrlf input
git config --global credential.helper 'cache --timeout 3600'
git config --global color.ui true
git config --global core.safecrlf true
git config --global push.default simple
git config --global branch.autosetuprebase always
git config --global credential.helper 'cache --timeout 3600'
git config --global color.ui true
git config --global push.default simple
== Configure paths for FAIR packages ==
== Configure paths for FAIR packages ==
...
@@ -82,11 +73,9 @@ source ~/.bashrc
...
@@ -82,11 +73,9 @@ source ~/.bashrc
= Install FairSoft ==
= Install FairSoft ==
cd ~
cd ~
git clone -b jun19p2 https://github.com/FairRootGroup/FairSoft
git clone -b jun19p2 https://github.com/FairRootGroup/FairSoft
cd FairSoft
cd FairSoft
// Interactive Dialog Choices stored in the config.cache file:
// Interactive Dialog Choices stored in the config.cache file:
...
@@ -110,14 +99,11 @@ platform=linux\
...
@@ -110,14 +99,11 @@ platform=linux\
== Install FairRoot ==
== Install FairRoot ==
cd ~
\\
cd ~
git clone -b v18.2.1 https://github.com/FairRootGroup/FairRoot.git
git clone -b v18.2.1 https://github.com/FairRootGroup/FairRoot.git
cd FairRoot
cd FairRoot
mkdir build
cd build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$FAIRROOTPATH -DBUILD_UNITTESTS=ON ../.
cmake -DCMAKE_INSTALL_PREFIX=$FAIRROOTPATH -DBUILD_UNITTESTS=ON ../.
...
@@ -126,16 +112,10 @@ nice make install -j
...
@@ -126,16 +112,10 @@ nice make install -j
== Install CBMroot in the CBMshare directory, which is a shared Host directory ==
== Install CBMroot in the CBMshare directory, which is a shared Host directory ==
cd ~
cd ~
git clone https://git.cbm.gsi.de/computing/cbmroot
git clone https://git.cbm.gsi.de/computing/cbmroot
mkdir build
cd build
mkdir build
cmake ../cbmroot
make -j
cd build
cmake ../cbmroot
make -j
source /home/cbmdock/build/config.sh
source /home/cbmdock/build/config.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