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
Not exactly looking at docker right now, but installing/running with go should be made straightforward.
The script to create materialized views in db/matrix/views/create.sh should probably be run from within the app itself, or maybe ditch the script and run those commands from the app.
The goose migrations in db/migrations should also be run from the app.
Optional make command to run them.
This is mostly to make local dev easier. We'll look at dockerizing when things are a bit more stable.
The text was updated successfully, but these errors were encountered:
Not exactly looking at docker right now, but installing/running with go should be made straightforward.
db/matrix/views/create.sh
should probably be run from within the app itself, or maybe ditch the script and run those commands from the app.db/migrations
should also be run from the app.make
command to run them.This is mostly to make local dev easier. We'll look at dockerizing when things are a bit more stable.
The text was updated successfully, but these errors were encountered: