Some tweaks to the README
This commit is contained in:
parent
103ad38276
commit
90ed27939b
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -101,14 +101,16 @@ podman exec -it akkoma-web \
|
||||||
A few notes on setup
|
A few notes on setup
|
||||||
|
|
||||||
- Make sure your database hostname is set correctly (e.g. localhost)
|
- Make sure your database hostname is set correctly (e.g. localhost)
|
||||||
- Make sure your database password is also set correctly (don't leave it auto-generated)
|
- Make sure your database password is set correctly, don't leave it as _autogenerated_
|
||||||
- You should set the IP to listen on to 0.0.0.0
|
- You should set the IP to listen on to 0.0.0.0
|
||||||
|
|
||||||
### 4.1. Apply the optional PGroonga migration
|
### 4.1. Apply optional migration to enable PGroonga
|
||||||
|
|
||||||
|
_This step is optional._
|
||||||
|
|
||||||
Make sure you apply the migration **before** the first restart of the container, otherwise you will be stuck in a loop of restarts.
|
Make sure you apply the migration **before** the first restart of the container, otherwise you will be stuck in a loop of restarts.
|
||||||
|
|
||||||
_To apply the migration after the first restart, please refer to [the guide down below](#switch-to-pgroonga)._
|
To apply the migration after the first restart, please refer to [the guide down below](#switch-to-pgroonga).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
podman exec -it akkoma-web \
|
podman exec -it akkoma-web \
|
||||||
|
@ -157,7 +159,9 @@ podman exec -it akkoma-web \
|
||||||
|
|
||||||
Follow the printed link to set your password.
|
Follow the printed link to set your password.
|
||||||
|
|
||||||
### 8. Optional steps
|
### 8. Bonus steps
|
||||||
|
|
||||||
|
Keep in mind that all of these steps are optional.
|
||||||
|
|
||||||
#### Switch to PGroonga
|
#### Switch to PGroonga
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue