Skip to content

Commit 63f29b2

Browse files
authored
Update README.md
1 parent fd1c52f commit 63f29b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/local/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ You must first ave a ready-to-use Kubernetes cluster on which you can deploy RED
1515
## Installation
1616
To install REDCap, follow those steps :
1717

18+
- Create the namespace that will contain the REDCap installation :
19+
```
20+
kubectl create namespace redcap
21+
```
1822
- Create a secret holding your REDCap Community Site credentials :
1923
```sh
2024
kubectl -n redcap create secret generic redcap-community-credentials --from-literal USERNAME='my-username' --from-literal PASSWORD='my-password'
@@ -27,10 +31,6 @@ To install REDCap, follow those steps :
2731
```sh
2832
helm repo update
2933
```
30-
- Create the namespace that will contain the REDCap installation :
31-
```
32-
kubectl create namespace redcap
33-
```
3434
- Install this chart using this values file :
3535
```sh
3636
helm upgrade --install -n redcap redcap aphp-redcap/redcap -f ./examples/local/values.yaml --wait --wait-for-jobs
@@ -41,4 +41,4 @@ You can access REDCap with the following URL : http://localhost:80.
4141

4242
Make sure to take the following actions :
4343
- In `Control Center` -> `General Configuration` -> REDCap base URL, set the field to `http://localhost/`
44-
- In `Control Center` -> `File Upload Settings` -> `Local Server File Storage`, set the fiels to `/edocs`, which is the mapping of the `edocs` dir in this REDCap installation.
44+
- In `Control Center` -> `File Upload Settings` -> `Local Server File Storage`, set the fiels to `/edocs`, which is the mapping of the `edocs` dir in this REDCap installation.

0 commit comments

Comments
 (0)