summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-26 09:15:17 -0700
committerDessalines <tyhou13@gmx.com>2019-04-26 09:15:17 -0700
commit66cbd050a10b9a13d911f77d18983b982c6c7326 (patch)
treec7ef90039fd9bb448494d1f3c54bf16b81ec72f6 /install.sh
parente7697cf20b0ad56ce6cb31701ed7dd48b0082cdb (diff)
Documentation
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
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