You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/how-to/install/installing.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,41 @@ The aim of this documentation is to give pointers on how to install the `diracx-
6
6
7
7
Effectively, this means that you will be using your existing databases (`MySQL`, `OpenSearch`), and just install the new dependencies of `diracx`.
8
8
9
-
!!! note "We assume you have a Kubernetes cluster available"
9
+
## Prerequisites
10
+
11
+
12
+
??? note "A Kubernetes cluster available"
10
13
Which ever it is, at the stage we expect that you have a fully functional kubernetes cluster available. If it is not the case, check the [k3s how-to](./install-kubernetes.md)
11
14
12
-
!!! warning "You should have a running `DIRAC` installation. "
15
+
??? note "A running `DIRAC` installation. "
13
16
DiracX always has to run in parallel of a `DIRAC v9` installation.
14
17
In particular, make sure that the `DiracX` section of the `DIRAC CS` has been filled properly following the Dirac V9 migration guide
15
18
16
19
17
-
## Requirements
20
+
??? note "Access to [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) and [helm](https://helm.sh/docs/intro/install/#from-script)"
18
21
19
-
You need a UI with [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) and [helm](https://helm.sh/docs/intro/install/#from-script) available. You also need to be able to access and interact with your `DIRAC` installation
However, it does not do anything so far... Follow the post-installation steps
347
-
348
-
## After installation
349
-
350
-
### Enable the sandbox
351
-
352
-
353
-
!!! warning Enable the DiracX SandboxStore in the DIRAC CS
354
-
355
-
The `DIRAC` clients still interact with the DIRAC services to proxy the sandbox files to S3. New writes only go to S3, and read can be done from both. Eventually, given the periodic cleanup of sandboxes, all the files will be on S3 only.
355
+
However, it does not do anything so far... See the [following steps](register-the-admin-vo.md)
0 commit comments