docs/install: fix obsolete info
This commit is contained in:
parent
97bd935bb6
commit
8ebf113ba4
1 changed files with 9 additions and 6 deletions
15
INSTALL.md
15
INSTALL.md
|
@ -83,8 +83,14 @@ user@host:szuru/server$ source python_modules/bin/activate # enters the sandbox
|
|||
user@host:szuru$ vim config.yaml
|
||||
```
|
||||
|
||||
Pay extra attention to API URL, base URL, the `database` section and the
|
||||
`smtp` section.
|
||||
Pay extra attention to these fields:
|
||||
|
||||
- base URL,
|
||||
- API URL,
|
||||
- data directory,
|
||||
- data URL,
|
||||
- the `database` section,
|
||||
- the `smtp` section.
|
||||
|
||||
2. Compile the frontend:
|
||||
|
||||
|
@ -107,12 +113,9 @@ user@host:szuru/server$ source python_modules/bin/activate # enters the sandbox
|
|||
4. Run the tests:
|
||||
|
||||
```console
|
||||
(python_modules) user@host:szuru/server$ green
|
||||
(python_modules) user@host:szuru/server$ ./test
|
||||
```
|
||||
|
||||
`green` should have been installed during installation of `szurubooru`'s
|
||||
dependencies.
|
||||
|
||||
It is recommended to rebuild the frontend after each change to configuration.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue