README.md 741 B
Newer Older
Norns Data Scheduler
====================
Build dependencies:

- A c++11-conforming compiler
- libboost-system >= 1.53
- libboost-filesystem >= 1.53
- libboost-program-options >= 1.53
- libboost-thread >= 1.53
- libboost-regex >= 1.53 (only if self tests are also built)
Alberto Miranda's avatar
Alberto Miranda committed
- libprotobuf + protobuf compiler >= 2.5.0
- libprotobuf-c + protobuf-c compiler >= 1.0.2
Alberto Miranda's avatar
Alberto Miranda committed
- libyaml-cpp >= 0.5.1
- libyaml >= 0.1.4


- Installation in CentOS 7
git clone git@git.ph.ed.ac.uk:nextgenio/norns.git && cd norns
./bootstrap.sh
mkdir <build-dir>
cd <build-dir>
./configure --prefix=<install-dir> --sysconfdir=<config-dir>
make
make install
cp <build-dir>/etc/norns.service /usr/lib/systemd/system/norns.service

sudo setcap cap_sys_ptrace,cap_chown=+ep ./urd