Difference between revisions of "Imperial Dirac server"

From GridPP Wiki
Jump to: navigation, search
(Initial page)
 
m
Line 2: Line 2:
  
 
  * A host machine with SL6.
 
  * A host machine with SL6.
 +
* A host certificate.
 
  * A link to the [http://diracgrid.org/files/docs/AdministratorGuide documentation].
 
  * A link to the [http://diracgrid.org/files/docs/AdministratorGuide documentation].
 +
 +
== Installing the server ==
 +
 +
Following the steps [http://diracgrid.org/files/docs/AdministratorGuide/InstallingDIRACService/index.html here] to some degree.
 +
 +
[root ~]# useradd -s /bin/bash -d /home/dirac dirac
 +
[root ~]# mkdir /opt/dirac
 +
[root ~]# chown -R dirac:dirac /opt/dirac
 +
[root ~]# mkdir -p /opt/dirac/etc/grid-security/
 +
[root ~]# cp /etc/grid-security/host*.pem /opt/dirac/etc/grid-security
 +
[root ~]# chown dirac:dirac /opt/dirac/etc/grid-security/host*.pem
 +
[root ~]# chown dirac:dirac /opt/dirac/etc/grid-security/
 +
[root ~]# su - dirac
 +
[dirac ~]$ ln -s /etc/grid-security/certificates  /opt/dirac/etc/grid-security/certificates
 +
[dirac ~]$ mkdir ~/DIRAC
 +
[dirac ~]$ cd ~/DIRAC
 +
[dirac DIRAC]$ wget https://github.com/DIRACGrid/DIRAC/raw/integration/Core/scripts/install_site.sh

Revision as of 11:21, 7 August 2014

Prerequisites

* A host machine with SL6.
* A host certificate.
* A link to the documentation.

Installing the server

Following the steps here to some degree.

[root ~]# useradd -s /bin/bash -d /home/dirac dirac [root ~]# mkdir /opt/dirac [root ~]# chown -R dirac:dirac /opt/dirac [root ~]# mkdir -p /opt/dirac/etc/grid-security/ [root ~]# cp /etc/grid-security/host*.pem /opt/dirac/etc/grid-security [root ~]# chown dirac:dirac /opt/dirac/etc/grid-security/host*.pem [root ~]# chown dirac:dirac /opt/dirac/etc/grid-security/ [root ~]# su - dirac [dirac ~]$ ln -s /etc/grid-security/certificates /opt/dirac/etc/grid-security/certificates [dirac ~]$ mkdir ~/DIRAC [dirac ~]$ cd ~/DIRAC [dirac DIRAC]$ wget https://github.com/DIRACGrid/DIRAC/raw/integration/Core/scripts/install_site.sh