summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
AgeCommit message (Collapse)Author
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