aboutsummaryrefslogtreecommitdiff
path: root/docs/installation
AgeCommit message (Collapse)Author
2021-05-29Docs: install from source with asdfdocs-asdfAlex Gleason
2021-05-16Merge remote-tracking branch 'pleroma/develop' into optional-configAlex Gleason
2021-05-16Docs: use `MIX_ENV=prod mix pleroma.instance gen`Alex Gleason
2021-04-20Fix incorrect shell commandMark Felder
Can't be in /opt/pleroma/bin and then call ./bin/pleroma_ctl :)
2021-02-26Removed a command that references "pleroma.env". This file does not seem to ↵PestToast
be generated at any point during the install, and not having it does not stop the instance from working, as far as I can tell.
2021-01-23add missing sudo prefix in install doc𝑓
2021-01-19Improve PostgreSQL optimization articlerinpatch
Move query plan mode setting from OTP installation guide and try to explain what it does.
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-25Fix link referenceKana
2020-10-15added generate the release env to `pleroma.instance gen`Maksim Pechnikov
2020-10-15fixed install docsMaksim Pechnikov
2020-10-15fix docsMaksim Pechnikov
2020-10-15added generated `pleroma.env`Maksim Pechnikov
2020-10-09Merge branch 'develop' into feature/gen-magicMark Felder
2020-10-05Docs: Modify docs so the postgres config is harder to get wrong.lain
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-09-04Added cmakeFarhan Khan
2020-08-18Merge branch 'freebsd-docs' into 'develop'lain
FreeBSD installation process See merge request pleroma/pleroma!2887
2020-08-15Docs: Fix the way tabs are declaredrinpatch
Since python doesn't have a way to lock deps for a particlar project by default, I didn't bother with it. This resulted in mkdocs updating at some point, bringing a breaking change to how tabs are declared and broken tabs on docs-develop.pleroma.social. I've learned my lesson and locked deps with pipenv in pleroma/docs!5. This MR updates Pleroma docs to use the new tab style, fortunately my editor did most of it. Closes #2045
2020-08-14minor changesFarhan Khan
2020-08-13Removed a trailing commentFarhan Khan
2020-08-13UpdatesFarhan Khan
2020-08-13more acme.sh updatesFarhan Khan
2020-08-13acme updatesFarhan Khan
2020-08-13Rearranging acmeFarhan Khan
2020-08-13Added commentFarhan Khan
2020-08-13Minor patch updateFarhan Khan
2020-08-13acme.sh and netbsd to freebsd updatesFarhan Khan
2020-08-13Updated some more instruction specifics.Farhan Khan
2020-08-13Updated ssl and domain name updatesFarhan Khan
Removed the reference to niaa
2020-08-13Minor reorganizationFarhan Khan
2020-08-13Adding installation documentation for FreeBSD + rc.d scriptFarhan Khan
2020-08-10Merge branch 'revert-a6d3bb5f' into 'develop'lain
Revert "Merge branch 'issue/1023' into 'develop'" Closes #2033 See merge request pleroma/pleroma!2868
2020-08-10Merge branch 'develop' into 'develop'lain
docs: add cmake to other installation guides Closes #2039 See merge request pleroma/pleroma!2870
2020-08-10docs: add cmake to other installation guidesAlibek Omarov
2020-08-10Docs: Add cmake dependencylain
2020-08-10Revert "Merge branch 'issue/1023' into 'develop'"lain
This reverts merge request !2763
2020-07-16fix docsMaksim Pechnikov
2020-07-14added generated `pleroma.env`Maksim Pechnikov
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-05-25Docs: sql -> SQLlain
2020-05-25Apply suggestion to docs/installation/otp_en.mdlain
2020-05-25Docs: Document reasonable Postgres settings.lain