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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ There is a few other documentation links available on the [website](https://clow
36
36
## Installation
37
37
38
38
The easiest way of running Clowder v2 is checking out the [code](https://github.com/clowder-framework/clowder2)
39
-
and running `docker compose up` in the main directory.
39
+
and running `docker compose up` in the main directory. If you would like to run Clowder with JupyterHub,
40
+
you can use our script `docker-prod.sh` to start the services. Run `./docker-prod.sh prod up` to start the services
41
+
and `./docker-prod.sh prod down` to stop them.
40
42
41
43
Helm charts are available for running Clowder v2 on Kubernetes. See the [helm](https://github.com/clowder-framework/clowder2/tree/main/deployments/kubernetes/charts) directory for more information.
0 commit comments