summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
AgeCommit message (Collapse)Author
2025-03-08Edit debian_based_en.mdMikka van der Velde
2024-10-21Some tidying and grammer improvements for these installation docs, based on ↵Mark Jaroski
my experience installing Pleroma on Ubuntu 24.04 a few minutes ago.
2023-11-28Docs: Remove rust referencesLain Soykaf
2023-11-17Update docs to include dependencies on rust and vips where appropriateMark Felder
2023-07-02Merge branch 'tusooa/media-altdomain' into 'develop'Haelwenn
Add instructions to serve media on another domain See merge request pleroma/pleroma!3892
2023-05-31installation/debian_based_en: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+Haelwenn (lanodan) Monnier
2023-05-27Add instructions to other distro's guidestusooa
2021-08-10Make the OPT recomendation clearerIlja
AFAIK OTP releases are the recomended way of installing, but * People seem unaware of that and use from source installations because they use the guide with the name of their distro * People don't know what OTP releases are or what it means I added a warning on all installation-from-source guides and added the same explanation on the two OTP pages (the miigration to OTP and installing OTP)
2021-06-11docs: Remove Erlang Solutions repositoryHaelwenn (lanodan) Monnier
2021-06-11docs: Use one file to describe dependenciesHaelwenn (lanodan) Monnier
2021-05-31Merge branch 'docs/goto-libera' into 'develop'Haelwenn
Changing references of freenode to libera.chat See merge request pleroma/pleroma!3415
2021-05-31Changing references of freenode to libera.chatHaelwenn (lanodan) Monnier
2021-05-16Docs: use `MIX_ENV=prod mix pleroma.instance gen`Alex Gleason
2021-01-23add missing sudo prefix in install doc𝑓
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md
2020-11-17Debian installation guide: fix libmagic header package namerinpatch
It's libmagic-dev in both Ubuntu and Debian. Reported in private by NaiJi.
2020-11-08Remove release_envrinpatch
While taking a final look at instance.gen before releasing I noticed that the release_env task outputs messages in broken english. Upon further inspection it seems to have even more severe issues which, in my opinion, warrant it's at least temporary removal: - We do not explain what it actually does, anywhere. Neither the task docs nor instance.gen, nor installation instructions. - It does not respect FHS on OTP releases (uses /opt/pleroma/config even though we store the config in /etc/pleroma/config.exs). - It doesn't work on OTP releases, which is the main reason it exists. Neither systemd nor openrc service files for OTP include it. - It is not mentioned in install guides other than the ones for Debian and OTP releases.
2020-10-15added generate the release env to `pleroma.instance gen`Maksim Pechnikov
2020-10-15fixed install docsMaksim Pechnikov
2020-10-09Merge branch 'develop' into feature/gen-magicMark Felder
2020-09-26Adjusted MediaProxyControllerTest to gracefully fail on missing ↵Ivan Tashkinov
dependencies. Installation docs update. Added ffmpeg/imagemagick checks to launch checks (if media preview proxy is enabled). Added documentation on installing optional media / graphics packages (imagemagick, ffmpeg, exiftool).
2020-09-24Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies.Ivan Tashkinov
2020-09-10Merge branch 'develop' into feature/gen-magicMark Felder
2020-08-10Docs: Add cmake dependencylain
2020-06-22Add include for the "Further reading" sectionIlja
* I added an include and use this include for the installation guides that already had this section * I added the "Further reading" section as well as te "Questions" section to the English guides that didn't have it yet * I added a first point "How Federation Works/Why is my Federated Timeline empty?" to link to lains blogpost about this because we still get this question a lot in the #pleroma support channel * I reordered the list a bit
2020-06-16Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIMEhref
2020-06-16Pleroma.MIME: use gen_magichref
2020-05-28Update installation guidesEgor Kislitsyn
2020-04-22Apply suggestion to docs/installation/debian_based_en.mdlain
2020-03-03debian_based_*.md: Use erlang-nox metapackageHaelwenn (lanodan) Monnier
2019-10-14Preparations for renaming `master` to `stable`rinpatch
2019-10-03Fix references to other pagesrinpatch
2019-07-15Remove dead link from the installation docsEugenij
2019-06-28Update docs/installation/arch_linux_en.md, docs/installation/centos7_en.md, ↵Julien Wehmschulte
docs/installation/debian_based_en.md, docs/installation/debian_based_jp.md, docs/installation/gentoo_en.md files
2019-05-30Install docs should clone from master branchfeld
2019-05-15Added package to dependency listPolymerWitch
Added the erlang-ssh package to the dependency list and the installation command instructions. The project wouldn't build otherwise.
2019-03-28Move out of Gitlab Wikirinpatch
I understand that this change is quite unreadable and hard to review, sorry for forgetting to do atomic commits. This patch does not change too much content wise, it just * Gets everything from gitlab wiki * Removes some specific gitlab hacks * Formats all documentation file names to be in snake case so they look the same way as our code does