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
# Continue with normal set up - eg. create a user, import a course
61
+
tutor dev do createuser --staff --superuser admin admin@example.com --password password
62
+
tutor dev do importdemocourse
63
+
23
64
Configuration
24
65
-------------
25
66
@@ -34,7 +75,7 @@ These values can be modified with ``tutor config save --set PARAM_NAME=VALUE`` c
34
75
Limitations
35
76
-----------
36
77
37
-
It's not recommended to run high availability (clustered) Typesense on Kubernetes. See `typesense/typesense#465 <https://github.com/typesense/typesense/issues/465>` and `typesense/typesense#2049 <https://github.com/typesense/typesense/issues/2049>` for more information.
78
+
It's not recommended to run high availability (clustered) Typesense on Kubernetes. See `typesense/typesense#465 <https://github.com/typesense/typesense/issues/465>`_ and `typesense/typesense#2049 <https://github.com/typesense/typesense/issues/2049>`_ for more information.
38
79
39
80
This plugin does not support deploying a clustered Typesense server.
40
81
@@ -61,12 +102,12 @@ Development
61
102
62
103
Set up a python virtual environment, then you can install dependencies and run the tests like:
63
104
64
-
make install
65
-
make test
105
+
make install
106
+
make test
66
107
67
108
After making some changes, you can run the auto formatter over the code for consistency:
0 commit comments