You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Your startup command could then look as following:
48
48
49
49
If you are running the app db in docker container from images in this repo you need to pass in also the correct credentials, eg. `MB_JETTY_PORT=10001 MB_DIR=path/to/your/mb/repo bb --config /path/to/this/repo/bb.edn metabuild -d postgres -u metabase -p Password1234 -e dev:ee:ee-dev:drivers:drivers-dev:vsc`
50
50
51
-
#### Passing
51
+
#### Passing
52
52
53
53
### Database Scripts
54
54
@@ -80,6 +80,24 @@ The work around is using colima:
80
80
2. Start it with `colima start --arch x86_64 --memory 4`
81
81
3. Start the database with scripts like normal
82
82
83
+
#### Presto on Macbook with ARM chips
84
+
85
+
Rather than use Docker, you can run Presto with Postgres with the following steps:
- Start the presto server with `/usr/local/opt/prestodb/bin/presto-server run`
97
+
98
+
Alternatively, Luis has created a [Link](https://github.com/paoliniluis/metabase-presto-and-trino) for testing Presto
99
+
and Trino with Docker that might work too.
100
+
83
101
# Automated setup
84
102
85
103
In stacks->setup-container you'll find a Compose file that has a Metabase container along with a setup container. The setup container waits till the Metabase container is ready (status:ok in the health endpoint) and then sets up a user (a@b as the user/ metabot1 as the password). You can tweak the script as much as you want.
0 commit comments