mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
docs: make the selfhosting guide a bit more clear
This commit is contained in:
parent
49457d8a62
commit
cb39b4cfea
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ A web UI for creating your very own ebooks bots.
|
||||||
|
|
||||||
If this doesn't work, try using ``pip`` instead. If it still doesn't work, you might have to install an additional package (for example, ``python-pip`` on Arch Linux).
|
If this doesn't work, try using ``pip`` instead. If it still doesn't work, you might have to install an additional package (for example, ``python-pip`` on Arch Linux).
|
||||||
|
|
||||||
3. Go to the ``app`` directory and copy the config.sample.json file to ``config.json``.
|
3. Copy the ``app/config.sample.json`` file to ``app/config.json``.
|
||||||
|
|
||||||
4. Fill in the newly created ``config.json`` file.
|
4. Fill in the ``app/config.json`` file.
|
||||||
|
|
||||||
5. Run ``python3 app/setup.py`` and follow the on-screen prompts.
|
5. Run ``python3 app/setup.py`` and follow the on-screen prompts.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue