Commit graph

104 commits

Author SHA1 Message Date
Ben Millwood
6bd73ea66c Fix Apache instructions and PHP extension list
For the Apache instruction, the Options directive does exist, but it's
not the one that controls .htaccess usage, that's AllowOverride.

For the PHP module, correct mbstrings to mbstring and remove hash, since
the [hash extension][1] has been included in PHP since 5.1.2, and is core
since PHP 7.4, both of which are above the minimum Friendica version.

[1]: https://www.php.net/manual/en/hash.installation.php
2024-10-14 23:36:37 +01:00
Michael
78dc61b59e Fallback mechanism for missing IDN functions 2024-04-06 11:26:12 +00:00
Michael Vogel
14e5b06029
Image handling reworked, new image formats added (#13900)
* Image handling reworked, new image formats added

* Updated messages.po

* The dot is now part of the file extension

* Added WebP in install documentation

* Handle unhandled mime types

* Fixed animated picture detected
2024-02-17 07:45:41 +01:00
Hypolite Petovan
769b73e8a3 Bump minimum version to run Friendica to PHP 7.4
- Update version filter of mobiledetect/mobiledetectlib and psr/container to PHP 7.4 versions
- Remove PHP 7.3 PHPUnit instance
- Remove PHP 7.2 specific PDO exception in tests
2023-12-18 21:02:02 -05:00
Michael
a6bbbd738f Added check for IntlChar module 2023-10-11 19:20:51 +00:00
Hypolite Petovan
7d9d1ce65d Replace "forum" by "group" in documentation
- Replace "Forum" by "Gruppe" in German documentation
2023-06-02 13:52:40 -04:00
Josh Soref
09fb0cd23a spelling: rewrite
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Josh Soref
6c5dfbf8a9 spelling: htaccess
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:03:23 -04:00
bkil
0ed26d6258 doc/Install.md: troubleshooting: Diaspora support, DB migration timeout 2023-03-25 14:37:18 +01:00
bkil
60a719cffa doc/Install.md: more troubleshooting config keys for previous entries 2023-03-25 14:34:26 +01:00
bkil
10687244be doc/Install.md: link to guides for Ubuntu 22.04, systemd and Unraid 2023-03-25 14:31:11 +01:00
Tobias Diekershoff
a192e099ab [docs] note the preference of MariaDB over other MySQL implementation in the install docs 2022-10-16 10:14:18 +02:00
Michael
6454f9a32c Updated messages.po 2022-07-17 07:39:12 +00:00
Erich
c938eb5002
Update doc/Install.md
fix by @MrPetovan

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-05-01 22:09:00 +10:00
Erich
d255c3128e
Update Install.md
include instructions for db config
2022-05-01 15:01:13 +10:00
bkil
dac67baf11 doc/Install.md: fix typo within ACL section 2022-02-23 15:20:15 +01:00
bkil
b0ab82355b doc/Install.md: Troubleshooting: loadavg, filesystem ACL, big uploads 2022-02-23 15:05:24 +01:00
Tobias Diekershoff
ab77f48b8b Friendica now requires PHP 7.3 or above 2021-12-04 10:21:11 +01:00
Tobias Diekershoff
2e6b0f63be small typo 2021-10-01 18:27:22 +02:00
Tobias Diekershoff
d7cb68e95d add a hint about the phpmailer addon to the install docs 2021-10-01 18:25:18 +02:00
Tobias Diekershoff
acabaf4df7 update to the INSTALL documentation
* updated the PHP requirements and added a note about the PHP8 support
* removed the section about tryfriendica.de as possibility to get a temporal Friendica account
2021-09-09 10:42:18 +02:00
Beringer Zsolt
b2c60efb48
Update Install.md
mkdir flag `--parents` added for idempotency.
2021-02-15 23:25:46 +01:00
Tobias Diekershoff
0d49a678b3 addons are available at the projects homepage as well from 2020.09 on 2020-09-18 18:35:32 +02:00
Tobias Diekershoff
ffba3c80cc some updates to the Install documentation 2020-09-18 18:31:11 +02:00
Hypolite Petovan
17cf2c632f Update references to the friendica/friendica-addons stable branch 2020-06-30 15:25:17 -04:00
Hypolite Petovan
9c6fbc6a74 Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
Hypolite Petovan
8eeb7807d3 Replace remaining instances with "allowlist", "denylist" and "blocklist" 2020-06-07 11:24:56 -04:00
Tobias Diekershoff
c26a8bcffe fix requests from 7938 and correct rename to copy 2019-12-18 06:32:15 +01:00
Copiis
e5b470c78e
Update Install.md 2019-12-12 13:38:00 +01:00
Hypolite Petovan
c6d422a188 Update Module\Help to use anchor words for titles
- Previous anchors are kept for links backward compatibility
2019-12-09 22:50:37 -05:00
Philipp
4c4ed63dca
Merge pull request #7541 from vinzv/patch-2
Update Install.md
2019-08-20 00:00:41 +02:00
vinzv
adee1be5f0
Update Install.md
fixing broken link to https://github.com/friendica/friendica/blob/master/config/local-sample.config.php
2019-08-19 23:39:00 +02:00
vinzv
8444787b04
Fixed typo 2019-08-13 17:54:32 +02:00
guzzisti
e5f51244a9 fix broken numbered list in doc/update.md
minor typos/formatting in doc/install.md
2019-07-11 21:32:40 +02:00
guzzisti
999a82e58b minor formatting adjustments 2019-07-11 21:26:51 +02:00
guzzisti
3f09ecc3e1 merge Install.md into doc/Install.md, remove Install.md afterwards
Add link to the docs to Readme.md
2019-07-11 21:19:44 +02:00
Hypolite Petovan
f2e5b29974 [Composer] Bump minimum PHP version to 7
- Remove paragonie/random_compat dependency
2019-05-13 01:51:59 -04:00
Hypolite Petovan
f2e1bcfc7d Update Friendica requirements in doc/
- Remove reference to PHP < 7.1
2019-04-20 23:33:07 -04:00
Adam Clark
c4a1fe5272 Added an installation note about optional animated GIF support 2019-03-22 22:55:49 -04:00
Tobias Diekershoff
b40485e61c added forgotten linebreak 2019-02-19 06:24:33 +01:00
softmetz
fd4e8a430c
correct information about changing domain name 2019-02-18 22:36:16 +01:00
softmetz
23c8d7e302
add --no-dev parameter to composer 2019-02-18 22:34:05 +01:00
rebeka-catalina
1a8ca791cd Added a hint to help/Settings "Logs/logrotate" section in install.md 2018-12-03 22:18:26 +01:00
Hypolite Petovan
1b30c684f3 Update documentation with new config style/name
- Fix typos
2018-11-25 01:56:02 -05:00
CrystalStiletto
c00eb41b8b
Fix small typo (land -> lang) 2018-10-25 22:59:24 +02:00
Tobias Diekershoff
c2c2f25d92 added links to alternative ways to install Friendica to the docs 2018-10-15 10:36:27 +02:00
Philipp Holzer
fe6e600dc5
Adding "FRIENDICA_URL_PATH" to the automatic installation 2018-10-05 19:42:08 +02:00
Philipp
2838e4ebaf Automatic Install Tests & Doku (#5674)
* Automatic Installation Testing
- New dev-library "mikey179/vfsStream"
- created "reload" method for App-Reloads
- ConsoleTest now using virtual directory
- Adding Automatic Installation Tests
- Fixing some probable install-failures

* Updating README for Automatic Installation

* Updating README for Automatic Installation

* Bugfix normal installation

* Fixing copying of config files
2018-08-27 00:15:55 -04:00
miqrogroove
8ee5137ce1
Style changes in doc/Install.md
Attempting to generalize the instructions for a broader audience.
2018-08-26 08:55:47 -04:00
miqrogroove
879348e7ff
Update Install.md 2018-08-25 16:48:50 -04:00