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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ pip install stave
27
27
```
28
28
#### Quick Start
29
29
```bash
30
-
stave start -l -o
30
+
stave -s start -l -o
31
31
```
32
-
This will start the Stave server with example project loaded. `-l` will load example projects and `-o` will open a browser window. If you want to start Stave as a headless server, simply remove the `-o` flag. You can log in with default user name `admin` and default password `admin`. You can start viewing the projects and some annotations/applications that we have prepared.
32
+
This will start the Stave server with example project loaded. `-s` allows Stave to run with all the default configuration. `-l` will load example projects and `-o` will open a browser window. If you want to start Stave as a headless server, simply remove the `-o` flag. You can log in with default user name `admin` and default password `admin`. You can start viewing the projects and some annotations/applications that we have prepared.
33
33
34
34
Or if you just want to start Stave from scratch, you can:
35
35
@@ -40,7 +40,7 @@ You can still log in with default user name `admin` and default password `admin`
40
40
41
41
At any time, you can still load the example projects:
42
42
```bash
43
-
stave load
43
+
stave load-samples
44
44
```
45
45
46
46
#### Stave Configuration
@@ -55,7 +55,12 @@ After you start the Stave server, a `.stave/` folder is automatically created un
55
55
-`db.sqlite3` is the default database for Stave server.
56
56
-`log` is the default logging file.
57
57
58
-
You can view or update the configuration by running the subcommand `config`. For more information, refer to:
58
+
You can view or update the configuration by running the subcommand `config`.
59
+
You may follow the prompts to interactively set up the configuration:
0 commit comments