Commit Graph

13 Commits

Author SHA1 Message Date
8bd5728e58 fix(admin): Adjust required and recommended modules
- `bcmath` is not needed anymore.
- `gmp` is not required but recommended now for WebAuthn.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-17 12:14:23 +01:00
6edff5b50c fix: Corrected mistake in initial commit
Corrected mistake in the initial commit.

Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:15:38 -05:00
fce01e64d6 fix: Ubuntu 22.04 installation instructions archive location
Installation instructions describe steps that do not match the updated "Install" page, making it hard for users to find archive files. This PR updates the steps, making it clear where user can find archives.

Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:09:57 -05:00
d55186892a Fix admin_manual warnings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 10:15:18 +02:00
6072f5fc47 Improve instructions to install php metapackages and invoke mysql. These instructions should also work on Ubuntu 18.04 LTS and 20.04 LTS. Fixes issue #6802
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2022-04-27 18:48:58 -07:00
299dd74b94 Update example Ubuntu instructions for Ubuntu 22.04 LTS
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2022-04-11 00:25:35 -07:00
87c1ddf398 Update example_ubuntu.rst
tar command gave errors, (typo?)
-xfjv => -xjvf 

 tar -xfjv nextcloud-x.y.z.tar.bz2 =>  tar -xjvf nextcloud-x.y.z.tar.bz2
2020-12-27 10:32:58 +01:00
8eddc06b54 Adds links to ubuntu 20.04 example
The current documentation ends abruptly when only reading the "example
installation on ubuntu 20.04" document. This commit adds some links for the
next (potential) steps.

Signed-off-by: Victor Joos <victor.joos@uclouvain.be>
2020-10-20 15:06:16 +02:00
fc68c5902b Update example_ubuntu.rst
tar extract would not work without the -v option added to the command
2020-07-12 17:26:29 -05:00
65fb0798a9 Update example_ubuntu.rst
I'm somewhat new to the Linux world and was doing this on a fresh install of Ubuntu. I needed to run the apt update command in order to fetch package information for the following commands and get them to run/install the necessary packages. 

I also needed to start the MySQL server instance before I was able to run the listed commands.
2020-07-12 17:11:55 -05:00
d12878faaf Update example_ubuntu.rst for Ubuntu 20.04 LTS
This documentation has been outdated since Ubuntu 18.04 LTS (mysql/mariadb don't prompt for a root password, so you need to create a Nextcloud user), but it doesn't work on Ubuntu 20.04 LTS because it uses explicit PHP version numbers and it omits some recommended PHP modules for Nextcloud Hub 18 and 19.  I've updated the instructions to run on Ubuntu 20.04 LTS and have tested each step.

This page now leaves a new Ubuntu 20.04 LTS system in a state to continue the "Installation on Linux" steps starting with configuring Apache2 without errors.

Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2020-06-11 20:47:23 -07:00
f57d6da35b Remove outdated module list
Fix #1358

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 22:27:04 +01:00
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