Skip to content

Commit 175bf75

Browse files
committed
Add readme
1 parent c6e6377 commit 175bf75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/metabase/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## How to deploy first time
2+
3+
Before deploying metabase first time, make sure that postgres is configured:
4+
1. Generate SQL commands via `make configure_metabase.sql`
5+
2. Execute SQL commands from the script in psql shell
6+
* you can get one via adminer or by directly connecting to container and executing `psql -U <user> -d <db>`
7+
8+
This can be automated via https://github.com/ITISFoundation/osparc-ops-environments/issues/827

0 commit comments

Comments
 (0)