From 28eacde5eabf9aeeec63f9875446bc46ad28fc6c Mon Sep 17 00:00:00 2001 From: Caio Viotti Date: Wed, 15 Jul 2015 20:01:30 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 2792a58..1cd7c87 100644 --- a/Home.md +++ b/Home.md @@ -24,6 +24,10 @@ Instalar as seguintes dependências de sistema (no Ubuntu): pip install -r requirements/dev-requirements.txt +* Configurar o [PostgreSQL](https://help.ubuntu.com/community/PostgreSQL), + criando um banco "sapl" com owner "sapl" e senha "sapl" (do owner). + +* Restaurar o dump do banco de desenvolvimento. ### Boas práticas