cgumpert created page: jenkins setup authored by Christian Gumpert's avatar Christian Gumpert
...@@ -10,6 +10,7 @@ The following steps explain on how to setup and configure a Jenkins server for c ...@@ -10,6 +10,7 @@ The following steps explain on how to setup and configure a Jenkins server for c
1. Login to the new machine using: 'ssh root@\<hostname\>'. Make sure that you use the same ssh key pair as specified when you created the openstack instance. 1. Login to the new machine using: 'ssh root@\<hostname\>'. Make sure that you use the same ssh key pair as specified when you created the openstack instance.
1. Install git: <tt>yum install git</tt> 1. Install git: <tt>yum install git</tt>
1. Install cmake: <tt>yum install cmake</tt> 1. Install cmake: <tt>yum install cmake</tt>
1. Install header only libraries like Eigen and boost under <tt>/opt</tt>
1. CVMFS 1. CVMFS
+ installation:<br /> + installation:<br />
<tt>yum-config-manager --add-repo http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs/x86_64/</tt><br /> <tt>yum-config-manager --add-repo http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs/x86_64/</tt><br />
... ...
......