summaryrefslogtreecommitdiff
path: root/docs/installation/otp_vs_from_source.include
blob: 63e837a53073afb699240917ec168910df9ea3a2 (plain)
1
2
3
## OTP releases vs from-source installations

There are two ways to install Pleroma. You can use OTP releases or do a from-source installation. OTP releases are as close as you can get to binary releases with Erlang/Elixir. The release is self-contained, and provides everything needed to boot it, it is easily administered via the provided shell script to open up a remote console, start/stop/restart the release, start in the background, send remote commands, and more. With from source installations you install Pleroma from source, meaning you have to install certain dependencies like Erlang+Elixir and compile Pleroma yourself.