From b9f8c269a5c7c2bf78893739af5985bfa87bc9c2 Mon Sep 17 00:00:00 2001 From: Meisterschueler Date: Thu, 16 Jun 2016 10:58:03 +0200 Subject: [PATCH] Added database creation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0edd988..b6da858 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,17 @@ It requires [PostgreSQL](http://www.postgresql.org/) and [PostGIS](http://www.po ``` pip install -r requirements.txt ``` +3. Install [PostgreSQL](http://www.postgresql.org/) with [PostGIS](http://www.postgis.net/) Extension. + Create a database (use "ogn" as default, otherwise you have to modify the configuration, see below) -3. Install redis for asynchronous tasks (like takeoff/landing-detection) + +4. Optional: Install redis for asynchronous tasks (like takeoff/landing-detection) ``` apt-get install redis-server ``` -4. Create database +5. Create database ``` ./manage.py db.init