mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Documentation for settings file
This commit is contained in:
@ -7,16 +7,16 @@ Getting Started Guide
|
||||
:caption: Getting Started
|
||||
:hidden:
|
||||
|
||||
To install a complete development environment for InvenTree, follow the steps presented below.
|
||||
To install a complete *development* environment for InvenTree, follow the steps presented below. A production environment will require further work as per the particular application requirements.
|
||||
|
||||
A makefile in the root directory provides shortcuts for the installation process, and can also be very useful during development.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
All packages required to develop and test InvenTree can be installed via pip package manager. Package requirements can be found in ``requirements.txt``.
|
||||
InvenTree is a Python/Django application and relies on the pip package manager. All packages required to develop and test InvenTree can be installed via pip. Package requirements can be found in ``requirements.txt``.
|
||||
|
||||
To setup the InvenTree environment, run the command
|
||||
To setup the InvenTree environment, run the command:
|
||||
|
||||
``make install``
|
||||
|
||||
@ -25,6 +25,15 @@ which performs the following actions:
|
||||
* Installs all required Python packages using pip package manager
|
||||
* Generates a SECREY_KEY file required for the django authentication framework
|
||||
|
||||
Install Configuration
|
||||
---------------------
|
||||
|
||||
InvenTree provides a simple default setup which should work *out of the box* for testing and debug purposes. For installation in production environments, further configuration options are available in the ``config.yaml`` configuration file.
|
||||
|
||||
The configuration file provides administrators control over various setup options without digging into the Django ``settings.py`` script. The default setup uses a sqlite database with *DEBUG* mode enabled.
|
||||
|
||||
For further information on installation configuration, refer to the `Configuration <config.html>`_ section.
|
||||
|
||||
Superuser Account
|
||||
-----------------
|
||||
|
||||
|
Reference in New Issue
Block a user