From 8dd59dc6d03c6534c3262cac04b51e295f95b760 Mon Sep 17 00:00:00 2001 From: CDautermann Date: Thu, 27 Dec 2018 15:19:01 +0100 Subject: [PATCH 1/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 59ec611..ba99e1a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 CDautermann +Copyright (c) 2018 Clemens Dautermann Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From df5a918c8c688b7834a0fae5d60608fdbe342f87 Mon Sep 17 00:00:00 2001 From: CDautermann Date: Thu, 27 Dec 2018 22:47:37 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64d11d3..586c47e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This project is a django server inventarization system. It requires docker and docker compose as well as the python modules stated in the requirements.txt. It can be used to inventarize and document basically everything. -##Setup -###Installation +## Setup +### Installation 1. Install `docker` and `docker-compose` from [here](https://www.docker.com/get-started) and [here](https://docs.docker.com/compose/install/) 2. Clone this repository 3. Go into the root directory of the repository (where docker-compose.yml) lives and open @@ -13,7 +13,7 @@ a terminal database and the django server will be pulled and configured automatically. This step requires some disk space and an active internet connection 5. You now need to create a database user -###Creating a database user +### Creating a database user In order to access the system you will need to create a database user so django can interface with the database and you can log in to interact with the server e.g. create additional users or inventarize objects.