From 187de59e3b15729a4c47a721d5a4a151a33de8cf Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 28 Mar 2017 23:42:31 +1100 Subject: [PATCH 1/5] Added build-status picture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df916cf918..b016b68fd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # InvenTree Open Source Inventory Management System +[![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) ## Documentation For project code documentation, refer to the online [documentation](http://inventree.readthedocs.io/en/latest/) (auto-generated) From 79b7c7d75482dfb69884b544c16de17f556f4f90 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 28 Mar 2017 23:42:40 +1100 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b016b68fd8..7db084f6dc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # InvenTree Open Source Inventory Management System + [![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) ## Documentation From 9b0b5d9be1cb3781671dc826d3781d21bede3288 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 29 Mar 2017 11:58:34 +1100 Subject: [PATCH 3/5] Added installation directions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7db084f6dc..fdf28011fb 100644 --- a/README.md +++ b/README.md @@ -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) +## 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 For project code documentation, refer to the online [documentation](http://inventree.readthedocs.io/en/latest/) (auto-generated) From 79da23988319952c70db4549199535abd7c87b62 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 29 Mar 2017 23:51:12 +1100 Subject: [PATCH 4/5] Rename LICENSE to LICENSE2 --- LICENSE => LICENSE2 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE2 (100%) diff --git a/LICENSE b/LICENSE2 similarity index 100% rename from LICENSE rename to LICENSE2 From 1d57e4c5bb31fbc5c10fc42cd604b8ad79b434cb Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 29 Mar 2017 23:53:52 +1100 Subject: [PATCH 5/5] Rename LICENSE2 to LICENSE --- LICENSE2 => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE2 => LICENSE (100%) diff --git a/LICENSE2 b/LICENSE similarity index 100% rename from LICENSE2 rename to LICENSE