Skip to content

Commit aa233ac

Browse files
authored
Add warning about mise not being self contained (beyond-all-reason#908)
1 parent 7460630 commit aa233ac

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

documents/guides/local_setup.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ with `mise pg:start` and `mise pg:stop`.
1717
- Set up the encryption certificates.
1818
- Create and migrate the development and test databases for teiserver.
1919

20+
> [!WARNING]
21+
> Mise is not self contained, it will compile erlang *and* postgres from source,
22+
> which takes some time, and requires you have a bunch of base libraries and
23+
> compilers installed in your system. See a list in the [postgres mise-plugin dependencies](https://github.com/mise-plugins/mise-postgres?tab=readme-ov-file#dependencies).
24+
>
25+
> If you don't want to pollute your base system with all those libraries, you
26+
> can consider development in [Distrobox](https://distrobox.it/) which allows
27+
> you to easily fully delete it after you are done.
28+
2029
## Manual setup
2130

2231
### Install services

0 commit comments

Comments
 (0)