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/mscolab.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Make a copy of the above file, rename it to mscolab_auth.py, make the necessary
30
30
Steps to Run MSColab Server
31
31
---------------------------
32
32
- The MSColab server comes included in the MSS python package.
33
-
- Once MSS is installed, if you're running the mscolab server for the first time, run the command :code:`mscolab db --init` to initialise your database.
33
+
- When you run the MSColab server for the first time after installing MSS, the database is initialized.
34
34
- To start the server run :code:`mscolab start`.
35
35
- If you ever want to reset or add dummy data to your database you can use the commands :code:`mscolab db --reset` and :code:`mscolab db --seed` respectively.
0 commit comments