Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NaviX
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
Container registry
Model registry
Operate
Environments
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
ETP-HTC
NaviX
Commits
6922e1ea
There was a problem fetching the pipeline summary.
Commit
6922e1ea
authored
6 years ago
by
Christoph Heidecker
Browse files
Options
Downloads
Patches
Plain Diff
Added Requirements, Installation and Configuration to README.md
parent
06e54c1e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+45
-4
45 additions, 4 deletions
README.md
with
45 additions
and
4 deletions
README.md
+
45
−
4
View file @
6922e1ea
...
...
@@ -27,18 +27,59 @@ Here, NaviX integrates all coordination decisions into the overlaying batch syst

...(writing ongoing)...
## Requirements
*
HTCondor batch system
*
XRootD proxy caches managed by XRootD meta-manager
*
python (version 3.X) including development packages
*
python-setuptools
*
xrootd-client including development packages
*
six
*
pyyaml
*
xrootd-python (suitable for python version 3.X)
## Installation
### For RHEL based distributions
1.
Install prerequisites python and XRootD:
```
yum install python34 xrootd-client-devel python34-devel python34-setuptools
```
2.
Install additional prerequisites six and pyyaml via pip3
```
cd /usr/lib/python3.4/site-packages && python3.4 easy_install.py pip
pip3 install six pyyaml
```
3.
Get python 3 compatible version of pyxrootd
```
git clone https://github.com/KIT-ETP-Computing/xrootd-python.git /opt/xrootd-python
export XRD_LIBDIR="/usr/lib64"
export XRD_INCDIR="/usr/include/xrootd"
cd /opt/xrootd-python && python3.4 setup.py install
```
4.
Clone NaviX repository and start service
```
git clone https://gitlab.ekp.kit.edu/ETP-XRootD/NaviX.git
cd NaviX
python3 NaviX.py
```
## Configuration
Please adopt the configs listed in the configs folder to your local setup. Layout and syntax are shown within the exemplary config files.
## Links
*
[
XRootD project
](
http://xrootd.org/
)
*
[
HTCondor - High Throughput Computing
](
https://research.cs.wisc.edu/htcondor/
)
## Trivia
\ No newline at end of file
## Trivia
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