Côme Chilliet
74bc89efc3
Add documentation for ini values and improve the one for modules
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-10-24 15:29:06 +02:00
Daniel
3e4e79ae81
Update admin_manual/installation/source_installation.rst
...
Co-authored-by: MichaIng <micha@dietpi.com >
Signed-off-by: Daniel <mail@danielkesselberg.de >
2023-08-27 22:10:03 +02:00
Daniel Kesselberg
f65b161325
docs: add hint for php-sodium
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-08-27 20:33:04 +02:00
Sakshum Gadyal
ced0aa8436
Update source_installation.rst ( #11068 )
2023-08-25 17:54:57 +00:00
Christopher Ng
d7d99feffd
Increase discoverability of background jobs documentation
...
- Add section to "Installation on Linux"
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2023-08-18 10:20:30 -07:00
jld3103
258428a8ef
Clarify pcntl disable_functions
...
Signed-off-by: jld3103 <jld3103yt@gmail.com >
2023-08-18 09:30:21 +02:00
Joas Schilling
d55186892a
Fix admin_manual warnings
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-08-11 10:15:18 +02:00
Josh Richards
976cdd94b3
Establish an installation approaches overview
...
- Unify the different installation options available to users and presents them as a simple list
- Adds AIO link
- Adds community Docker link
Accomplishes this without changing documentation chapters/sections (so no external links break)
No changes to which approaches are "recommended"
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-05-24 08:26:17 -04:00
Côme Chilliet
823e15725d
Up minimum PHP version to 8.0 and maximum to 8.2
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-02-21 15:59:45 +01:00
Daniel
8200b6c24d
Merge pull request #9473 from p-bo/patch-30
...
More clear wording (and tipo remove)
2022-12-10 20:41:53 +01:00
p-bo
583675fc6c
Update admin_manual/installation/source_installation.rst
...
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: p-bo <pavel.borecki@gmail.com >
2022-12-10 20:21:27 +01:00
Daniel
833c7c7aad
Merge pull request #9398 from p-bo/patch-24
...
Add Let’s Encrypt to SSL certificates tip
2022-12-10 20:20:04 +01:00
p-bo
8ec13587af
More clear wording (and tipo remove)
...
There was (my) tipo (dtto -> ditto) and possibly the whole expression was not so clear.
Signed-off-by: p-bo <pavel.borecki@gmail.com >
2022-12-10 20:11:42 +01:00
p-bo
e35c310cbd
Fix grammar
2022-12-04 21:00:33 +01:00
p-bo
7980625b56
Rephrased as sugested
2022-12-04 18:30:30 +01:00
p-bo
be4b6a4b2c
Add NextcloudPi script
2022-11-19 20:51:47 +01:00
p-bo
c3f3363f17
Add Let’s Encrypt to SSL certificates tip
...
Signed-off-by: p-bo <pavel.borecki@gmail.com >
2022-11-19 20:36:55 +01:00
p-bo
1e895576e2
Add NextcloudPi to automated install options
...
Because they also provide install script - see Debian tab under Supported Systems section on nextcloudpi.com
Signed-off-by: p-bo <pavel.borecki@gmail.com >
2022-11-19 20:12:10 +01:00
Joas Schilling
41913d1558
Fix syntax issues
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-11-17 14:34:58 +01:00
Christoph Wurst
a494001162
Document that the PHP extension fileinfo is required
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2022-11-14 17:54:20 +01:00
Jonas
936babd2d4
Update admin_manual/installation/source_installation.rst
...
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Jonas <jonas@freesources.org >
2022-09-08 12:15:12 +02:00
Jonas
83e7944c37
Link to system_requirements for exact PHP versions
...
One place less that needs constant updating.
Signed-off-by: Jonas <jonas@nextcloud.com >
2022-09-08 12:08:56 +02:00
Daniel Calviño Sánchez
bf110d7bae
Add hint about "fileinfo" module being required for theming
...
The Theming app requires the "mime_content_type" function, which is part
of the "fileinfo" module, to identify the mime type of the custom
images.
Moreover, if the "imagick" module is installed and it has support for
SVG files a rasterized counterpart will be generated for the SVG app
icons. In this case "mime_content_type" is used to identify the mime
type of the original icon.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2022-07-25 21:10:57 +02:00
Simon L
4e68c6abcd
add a hint how to adjust the imagick policy for pdf files
...
Signed-off-by: szaimen <szaimen@e.mail.de >
2022-06-13 14:20:47 +02:00
Carl Schwan
e8916049f4
Add some notes that pcntl functions might be disabled
...
This is the case on debian php 8.0 backports
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-06-01 11:08:44 +02:00
ZeroPointMax
25ed930b30
admin: add note about json and openssl being included since php8
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org >
2022-05-06 12:42:18 +02:00
MichaIng
43c2fae775
Remove iconv from required PHP modules
...
The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470
The dependency has been removed in: https://github.com/nextcloud/server/pull/29958
Signed-off-by: MichaIng <micha@dietpi.com >
2021-12-20 13:55:34 +01:00
rakekniven
5232a0df90
Maintained php version
...
Fixes #7128
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-12-03 07:59:15 +01:00
2br-2b
97e762ec89
Update source_installation.rst
...
Added steps to enable mod_env and mod_rewrite (for people like me who didn't realize how to do it without searching it).
2021-10-16 23:12:15 -04:00
Jos Poortvliet
a2e761c71d
Link to TrueNAS install docs
2021-10-06 19:10:41 +02:00
Seth Falco
3c9b9487ac
typo: update formatting and correct capitalization
...
Signed-off-by: Seth Falco <seth@falco.fun >
2021-09-02 13:31:26 +02:00
HouraisanNEET
20200912c2
Suggest Installing PHP Module Filter
...
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com >
2021-05-15 20:12:49 +08:00
hashashin1191
99a253b50d
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com >
#6224
2021-03-07 01:54:02 +08:00
Joas Schilling
dfe90ce2e8
Adjust the manual to MySQL 8 required
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-01-15 11:47:28 +01:00
Steven R. Baker
bf4be01a7e
Clarify the virtual host and directory installation methods.
...
The existing documentation makes it look as though Debian-likes only
supports directory-based configuration, and RH-likes only support
VirtualHost configuration.
I think this update is more clear about the options.
Signed-off-by: Steven R. Baker <steven@stevenrbaker.com >
2020-09-23 12:27:00 +02:00
J0WI
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2020-09-17 20:33:30 +02:00
benks
43e4a93b66
Update source_installation.rst
...
repaired Bullet Points.
2020-07-20 14:44:05 +02:00
Kyle Fazzari
9f6f4442f7
Actually link to snap
...
That link includes details for how to install snapd if necessary. Also
add a brief blurb about what the snap actually is.
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com >
2020-07-08 13:27:16 -07:00
Sascha Wiswedel
bd9ef16c19
purge strings about explicit Nextcloud versions
...
Versions deprecate fast and aren't needed in upstream documentation branches.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-06-04 12:48:13 +02:00
Dan Shields
1bac5b78ae
Update source_installation.rst
...
guessing this was an error. Remove or finish the thought?
2020-05-11 14:36:31 -06:00
Lars van Ravenzwaaij
fa2b94dfac
Edit Typo
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de >
2020-05-04 17:08:53 +02:00
Lars van Ravenzwaaij
34998b7467
fixup! New requirements for passwordless auth
2020-05-03 19:01:59 +02:00
Lars van Ravenzwaaij
6118e77bff
New requirements for passwordless auth
...
See https://github.com/nextcloud/server/issues/20600
2020-05-03 12:31:48 +02:00
gunnaraas
bd37ca574f
Fixing small typo in docs
...
'environment' was spelled 'environmemt' on line 649
2020-04-21 10:33:54 +02:00
Benson Muite
ebf8426b14
Update admin_manual/installation/source_installation.rst
...
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com >
2020-03-28 12:27:02 +03:00
Benson Muite
6d929bf058
Update source_installation.rst
...
Indicate can also use PHP 7.4
2020-03-28 12:13:13 +03:00
Jos Poortvliet
0dfdd8bc85
added web installer
...
Can't believe we didn't have any info about the web installer... This is basic, a copy-paste from the website, but something at least.
2020-03-03 15:56:30 +01:00
MichaIng
b95c0e0185
Remove obsolete HOME and HTTP_HOME variables from Apache2 config
...
Additionally align format for Debian/Ubuntu and CentOS/RHEL configs:
- Consistent spacing and order
- No double quotes around directory path which does not contain spaces
Signed-off-by: MichaIng <micha@dietpi.com >
2020-01-24 13:23:47 +01:00
Julius Härtl
9890900cd5
Cleanup installation manual
...
Move example out of manual installation, mark snap/vm as community project
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-01-02 15:33:45 +01:00
Martin Bock
a0c7033bd6
Fix typo
2019-12-03 15:38:59 +01:00