summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartti Aalto <maalto3@local>2023-11-21 22:54:24 +0200
committerMartti Aalto <maalto3@local>2023-11-21 22:54:24 +0200
commit576220c41aaaf76fb1de97f8d9c92c835f7d6295 (patch)
tree1ab4409d7c7d49db7ae6e390587e8c68a86394ad
parent4c5fd0076b4903320ba470ebf0cd454e5f7a2995 (diff)
Fix README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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