A fork of Reticulum for MariaDB
I can only test this thing on Windows, so if you use UNIX, I will be happy if you test this! I want Seahub to be available for all OS.
Install the MariaDB Server. On UNIX, it must be in your system's package manager. On Windows, download and run the installer.
For UNIX, follow the instructions here. For Windows, download the installer or use Chocolatey:
choco install elixir
WIP
Run iex -S mix phx.server
On PowerShell, to avoid conflicts with iex
cmdlet alias, use iex.bat
instead