update docs

This commit is contained in:
Anish Lakhwara 2023-03-29 18:34:59 +10:00 committed by Mayel de Borniol
parent 2d33b677a4
commit 46f2df49ea

View file

@ -199,9 +199,7 @@ For production, we recommend to set up a CI workflow to automate this, for an ex
- Make sure you have erlang and elixir installed (check `Dockerfile` for what version we're currently using)
- `export WITH_DOCKER=no` and `just flavour [classic or your choice of flavour]`
- Run `just mix "deps.get --only prod"` and `just js-deps-get` to install elixir dependencies.
- `export WITH_DOCKER=no` and `just flavour [classic or your choice of flavour]` which will install both elixir and javascript dependencies
- Run `just rel-build` to create an elixir release. This will create an executable in your `_build/prod/rel/bonfire` directory. We will be using the `bin/bonfire` executable from here on.