From 5f7319b903b712ad417460475bfbfeff1164121a Mon Sep 17 00:00:00 2001 From: Jari Bakken Date: Thu, 23 Oct 2014 14:36:06 +0200 Subject: [PATCH] Simplify DB setup / migrations --- unleash-server/README.md | 32 ++++++++++----------- unleash-server/config/database.json.example | 3 -- unleash-server/lib/eventDb.js | 1 - unleash-server/package.json | 7 +---- 4 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 unleash-server/config/database.json.example diff --git a/unleash-server/README.md b/unleash-server/README.md index 8315332291..a4b85e074c 100644 --- a/unleash-server/README.md +++ b/unleash-server/README.md @@ -1,12 +1,25 @@ # unleash-server [![Build Status](https://travis-ci.org/finn-no/unleash.svg?branch=master)](https://travis-ci.org/finn-no/unleash) [![Code Climate](https://codeclimate.com/github/finn-no/unleash/badges/gpa.svg)](https://codeclimate.com/github/finn-no/unleash) unleash-server is a place to ask for the status of features. +### Create a local unleash-db on postgres +´´´bash +$ psql postgres <