File tree Expand file tree Collapse file tree 1 file changed +1
-43
lines changed
docs/source/DeveloperGuide/WebAppDIRAC/InstallWebAppDIRAC Expand file tree Collapse file tree 1 file changed +1
-43
lines changed Original file line number Diff line number Diff line change 4
4
Install WebAppDIRAC
5
5
===================
6
6
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
You can’t perform that action at this time.
0 commit comments