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
+34-20Lines changed: 34 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,18 @@ ddev restart
21
21
22
22
After installation, make sure to commit the `.ddev` directory to version control.
23
23
24
+
### Gally Premium Installation
25
+
26
+
To install Gally Premium, set the `GALLY_PREMIUM_NAME` and `GALLY_PREMIUM_TOKEN` environment variables in `.ddev/.env.gally` before running `ddev restart`.
27
+
28
+
If you want to use the AI features of Gally, you need to enable AI support for Opensearch by adding the following lines to the environment section in the file `.ddev/docker-compose.opensearch.yaml`:
0 commit comments