No description
- Elixir 99.5%
- Dockerfile 0.5%
| .vscode | ||
| config | ||
| lib | ||
| priv/tree/docker | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| license | ||
| mix.exs | ||
| mix.lock | ||
| readme.md | ||
skji/tree
what if tree6? (but like, not as awful as the original)
dependencies
- elixir, preferably 1.18.x
- a postgres db
there are
docker composefiles to set one up
to interact with them, usemix tree.docker, e.g.mix tree.docker up -d
configuration
create config/dev.secret.exs or config/prod.secret.exs depending on your environment
there are examples in dev.example.exs and prod.example.exs
for local development, this could look like: cp config/dev.{example,secret}.exs && $EDITOR config/dev.secret.exs
