Install the following packages using your favorite package manager. Links are provided for some
- Install Elixir
- Install Postgres
- For Postgres, for the development server, we default to using postgres/postgres as the username/password. This is configurable
- The db user needs to have superuser status on the database since we create a materialized view. This might change in a future release to a table
- Copy the file:
config/dev.secret.exs.txt
toconfig/dev.secret.exs
and edit it with your credentials - Run
mix setup
- Run
mix phx.server
Now you can visit localhost:4000
from your browser.
- Chat on Discord - Coming soon