mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Only effects develop mode. - To primarily avoid writing to the source code directory. Multiple containers or VMs using the source folder won't fight with the database file (the overlay file system plan is not working out well for containers #1873). - In the earlier days, we used to allow running from source code directory without even doing ./setup.py install. Currently it is not possible anyway. We pretty much install freedombox package before running from source directory. - If the build process itself learns not to write to source directory, then containers/VMs won't have to write to source directory at all. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
[Path]
|
|
file_root = %(parent_parent_dir)s
|
|
config_dir = %(file_root)s/data/etc/plinth
|
|
actions_dir = %(file_root)s/actions
|
|
doc_dir = %(file_root)s/doc
|