summaryrefslogtreecommitdiff
path: root/docs/installation
AgeCommit message (Collapse)Author
2023-06-11Merge branch 'fix-otp-documentation' into 'develop'lain
fix OTP install documentation See merge request pleroma/pleroma!3869
2023-05-31installation/debian_based_jp: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+Haelwenn (lanodan) Monnier
I checked for what each part of the debian&ubuntu sentences meant with the help of Jisho.org, should be safe but it did make me notice that this guide hasn't been updated in years
2023-05-31installation/debian_based_en: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+Haelwenn (lanodan) Monnier
2023-04-15Unify install guides using sudo to use `sudo -Hu`Duponin
2023-04-10fix OTP install documentationDuponin
'su pleroma' will never work if 'pleroma' user has no password, which is better for security purpose. If admin has no 'sudo' binary, I'm expecting them to be skilled enough to make their way on their own.
2023-03-05docs: Be more explicit about the level of compatibility of OTP releasesHaelwenn (lanodan) Monnier
2022-12-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-12-20Merge branch 'doc_readme_nixos' into 'develop'lain
add nixos to supported distros See merge request pleroma/pleroma!3600
2022-12-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-09-02Bump minimum Elixir version to 1.10Haelwenn (lanodan) Monnier
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
2022-07-05Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Ilja
fine_grained_moderation_privileges
2022-07-02Fix typo'sIlja
priviledge |-> privilege
2022-07-01Rename the Exiftool moduleIlja
No migrations or checks yet
2022-07-01Rename the new moduleIlja
2022-07-01Use EXIF data of image to prefill image descriptionIlja
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399> * This MR allows Pleroma to read the EXIF data during upload and return the description to the FE * If a description is already present (e.g. because a previous module added it), it will use that * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract * If no description is found, it will simply return nil, just like before * When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so This was taken from an MR i did on Pleroma and isn't finished yet.
2022-01-22add nixos to supported distrosFinn Behrens
2021-09-12fix a typo "Optionnal" -> "Optional"partev
2021-08-28Merge branch 'docs_add_yunohost_installation' into 'develop'Haelwenn
Add YunoHost to installation guides See merge request pleroma/pleroma!3497
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-08-07Add YunoHost to installation guidesIlja
2021-06-11docs/…/opt_en.md: Reuse /main/ repository url for the /community/ repoHaelwenn (lanodan) Monnier
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-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