From c7d35a6420cd90ea81b9362bb2b09eacece1f92a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 15 Feb 2020 15:25:54 +0100 Subject: [PATCH] extend the README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8405092..bf9925f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,15 @@ inventory over my various servers and other network equipment. container you'll use Postgres for the database. For the moment there aren't any features implemented which require Postgres. However this might change in the future and SQlite is not supported for production. +3. Copy the `.env-example` file to `.env` and change the `POSTGRES_PASSWORD` + and `DJANGO_SECRET_KEY` variables to something secure. ### Local Setup -3. Run `make local` to create the virtual environment for development. +4. Run `make local` to create the virtual environment for development. You're now all set to start developing. ### Docker Setup -3. Run `make` to start the development server. You can access it +4. Run `make` to start the development server. You can access it at http://localhost:8000 . You're now all set to start developing. \ If you need to run migrations you can simply restart the Docker container.