From 576220c41aaaf76fb1de97f8d9c92c835f7d6295 Mon Sep 17 00:00:00 2001 From: Martti Aalto Date: Tue, 21 Nov 2023 22:54:24 +0200 Subject: Fix README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cc513b2..2fb3381 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,18 @@ Kyselmä - kysele, vastaile ja tutki tuloksia TO GET IT RUNNING: + Install postgresql for local user & get it running - $ wget https://github.com/hy-tsoha/local-pg/raw/master/pg-install.sh - $ bash pg-install.sh - $ postrgres & + Clone the source, get tables ready & install poetry dependencies - $ git clone https://github.com/triionhe/kyselma.git - $ cd kyselma - $ psql < SCHEMA.sql - $ poetry install + Start the app in poetry virtual environment - $ SQLALCHEMY_DATABASE_URI="postgresql:///$USER" SECRET_KEY=923987295 poetry run flask run -- cgit v1.2.3