From 9b9e57a69db85e033310b6712d2e2a3bc98d1443 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 26 Apr 2019 09:15:17 -0700 Subject: Documentation --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a06681f2..071acc6f 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,8 @@ #!/bin/sh set -e +export DATABASE_URL=postgres://rrr:rrr@localhost/rrr + cd ui yarn yarn build -- cgit v1.2.3