mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 02:25:38 +00:00
Update installation routine and docs
- Single call of "make install" does everything - Add backup_dir option to yaml config file
This commit is contained in:
@ -47,4 +47,9 @@ For further information, refer to the following documentation:
|
||||
Uploaded File Storage
|
||||
---------------------
|
||||
|
||||
By default, uploaded files are stored in the local direction ``./media``. This directory should be changed based on the particular installation requirements.
|
||||
By default, uploaded files are stored in the local direction ``./media``. This directory should be changed based on the particular installation requirements.
|
||||
|
||||
Backup Location
|
||||
---------------
|
||||
|
||||
The default behaviour of the database backup is to generate backup files for database tables and media files to the user's temporary directory. The target directory can be overridden by setting the *backup_dir* parameter in the config file.
|
Reference in New Issue
Block a user