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

Minor fixes #1095

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A short guide to running Bonfire in a production environment and setting up a di
> Bonfire is currently beta software. While it's fun to play with it, we would not recommend running any production instances yet (meaning not using it for your primary fediverse identity) because it's not quite ready for that today.


_These instructions are for setting up Bonfire in production. If you want to run the backend in development, please refer to our [Installation guide](./hacking) instead._
_These instructions are for setting up Bonfire in production. If you want to run the backend in development, please refer to our [Installation guide](./hacking.html) instead._


## Security Warning
Expand Down
4 changes: 2 additions & 2 deletions docs/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> #### Info {: .info}
>
> These instructions are for hacking on Bonfire. If you wish to deploy in production, please refer to our deployment guide instead.
> These instructions are for hacking on Bonfire. If you wish to deploy in production, please refer to our [Hosting Guide](./deploy.html) instead.


Hello, potential contributor! :-)
Expand Down Expand Up @@ -333,4 +333,4 @@ config :bonfire, Bonfire.Common.Repo,

### Compilation errors like `(ArgumentError) could not load module Needle.ULID due to reason :unavailable` or `(ArgumentError) could not load module Poison.Encoder due to reason :unavailable`

This seems to be an issue with the order of compilation, you can usually work around it by cleaning the deps it complains about, eg: `just deps-clean needle_ulid` or `just deps-clean poison` or `just deps-clean jason`
This seems to be an issue with the order of compilation, you can usually work around it by cleaning the deps it complains about, eg: `just deps-clean needle_ulid` or `just deps-clean poison` or `just deps-clean jason`
Loading