Added installation directions

This commit is contained in:
Oliver 2017-03-29 11:58:34 +11:00 committed by GitHub
parent ba10803117
commit 9b0b5d9be1

View File

@ -3,5 +3,16 @@ Open Source Inventory Management System
[![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) [![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree)
## Installation
When first installing InvenTree, initial database configuration must be performed. This is handled by the `install.py` script, which performs the following actions:
1. Installs required django packages (requires [pip](https://pypi.python.org/pypi/pip))
1. Performs initial database setup
1. Updates database tables for all InvenTree components
This script can also be used to update the installation if changes have been made to the database configuration.
To create an initial user account, run the command `python InvenTree/manage.py createsuperuser`
## Documentation ## Documentation
For project code documentation, refer to the online [documentation](http://inventree.readthedocs.io/en/latest/) (auto-generated) For project code documentation, refer to the online [documentation](http://inventree.readthedocs.io/en/latest/) (auto-generated)