summaryrefslogtreecommitdiff
path: root/docs/installation
AgeCommit message (Collapse)Author
2025-03-08Edit debian_based_en.mdMikka van der Velde
2024-10-25Merge branch 'fzdevelop' into 'develop'feld
OpenBSD docs update See merge request pleroma/pleroma!4290
2024-10-25OpenBSD needs libvipsMark Felder
Confirmed package exists by testing an OpenBSD 7.6 arm64 VM
2024-10-25Merge branch 'fzdevelop' into 'develop'feld
include vips in the media/graphics packages section See merge request pleroma/pleroma!4289
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.
2024-10-09Should probably also include vips in the media/graphics packages section, as ↵fzorb fzorbius
you need it to compile some library
2024-09-18Elixir 1.14 and Erlang/OTP 23 is now the minimum supported releaseMark Felder
2024-06-20docs: update nginx and rcscript path for NetBSDpleromian
2024-06-20docs: update docs for NetBSDpleromian
2024-05-20Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into bump-elixirLain Soykaf
2024-03-18Update minimum Postgres version to 11.0; disable JITMark Felder
This release is where JIT was introduced and it should be disabled. Pleroma's queries do not benefit from JIT, but it can increase latency of queries.
2024-01-16We are unsure if OTP27 will bring more breaking changesHaelwenn
2023-12-29Support for Erlang OTP 26Mark Felder
2023-12-28Update minimum elixir version found in various docsMark Felder
2023-12-28Fix some more typosmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-11-28Docs: Remove rust referencesLain Soykaf
2023-11-17Merge branch 'develop' into 'vips'feld
# Conflicts: # mix.exs
2023-11-17Update docs to include dependencies on rust and vips where appropriateMark Felder
2023-11-14docs: clang is also supportedHaelwenn (lanodan) Monnier
2023-11-14docs: Put a max version on erlang and elixirHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3194
2023-08-04gentoo_otp_en.md: Indicate which install method it coversHaelwenn (lanodan) Monnier
2023-07-04docs: Fix broken linksHaelwenn (lanodan) Monnier
2023-07-03Merge branch 'gentoo_otp' into 'develop'Haelwenn
Packaged installation guide for gentoo See merge request pleroma/pleroma!3906
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-06-14Add "potentially outdated" notice in non-English versionstusooa
2023-06-13gentoo_en: Reference packaged installationHaelwenn (lanodan) Monnier
2023-06-13gentoo_otp_en: Add packaged installation documentationHaelwenn (lanodan) Monnier
2023-06-13otp_vs_from_source*: Acknowledge distro packagesHaelwenn (lanodan) Monnier
2023-06-13media_graphics_packages.md: Fix markdown syntaxHaelwenn (lanodan) Monnier
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-05-27Add instructions to other distro's guidestusooa
2023-05-26Recommend users to serve media on another domain in guidetusooa
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)