Skip to content

Commit 1dee78c

Browse files
committed
docs: removed not-anymore-valid instructions
1 parent 47c38c9 commit 1dee78c

File tree

1 file changed

+1
-43
lines changed
  • docs/source/DeveloperGuide/WebAppDIRAC/InstallWebAppDIRAC

1 file changed

+1
-43
lines changed

docs/source/DeveloperGuide/WebAppDIRAC/InstallWebAppDIRAC/index.rst

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,4 @@
44
Install WebAppDIRAC
55
===================
66

7-
You can try to install DIRAC and the Web portal locally.
8-
The instruction is given for MAC OS users, but it is similar to Linux users as well.
9-
I use different directory for developing WebAppDIRAC than the directory where the portal is installed.
10-
You can link the directory where you develop the WebAppDIRAC to where the Web portal installed or
11-
you can copy the code from the development area to the installed area.
12-
13-
Install WebAppDIRAC
14-
-------------------
15-
16-
#. Create a directory where you will install DIRAC and WebAppDIRAC::
17-
git clone https://github.com/DIRACGrid/WebAppDIRAC.git
18-
<ToDO>
19-
20-
You need to create: vi etc/dirac.cfg file
21-
22-
For example::
23-
24-
DIRAC {
25-
#Setup = LHCb-Production
26-
Setup = LHCb-Certification
27-
Configuration {
28-
Servers = dips://lhcb-conf-dirac.cern.ch:9135/Configuration/Server
29-
}
30-
Security {
31-
CertFile = <location of hostcert.pem>
32-
KeyFile = <location of hostkey.pem>
33-
}
34-
Extensions = WebApp
35-
}
36-
37-
38-
Note: It is an LHCb specific configuration. You have to use your Configuration servers
39-
40-
**NOTE: If you don't want to use Balancer, comment following parameter in configuration: /WebApp/Balancer=None.**
41-
42-
43-
Quick install
44-
-------------
45-
46-
* python dirac-install -t server $installCfg
47-
* source $installDir/bashrc
48-
* dirac-configure --cfg $installCfg $DEBUG
49-
* dirac-setup-site $DEBUG
7+
TO-DO

0 commit comments

Comments
 (0)