Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify self-hosting deployment #4

Open
Tracked by #1
ChurchOfTheSubgenius opened this issue Jul 21, 2023 · 0 comments
Open
Tracked by #1

Simplify self-hosting deployment #4

ChurchOfTheSubgenius opened this issue Jul 21, 2023 · 0 comments
Assignees

Comments

@ChurchOfTheSubgenius
Copy link
Member

ChurchOfTheSubgenius commented Jul 21, 2023

Not exactly looking at docker right now, but installing/running with go should be made straightforward.

  1. 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.
  2. The goose migrations in db/migrations should also be run from the app.
  3. 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.

6 tasks
@ChurchOfTheSubgenius ChurchOfTheSubgenius self-assigned this Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant