You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/guides/local_setup.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ with `mise pg:start` and `mise pg:stop`.
17
17
- Set up the encryption certificates.
18
18
- Create and migrate the development and test databases for teiserver.
19
19
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.
0 commit comments