mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change minimum PHP version in install docs (#9820)
* Change minimum PHP version in install docs
This commit is contained in:
@@ -2,7 +2,7 @@ source: Installation/Installation-CentOS-7-Apache.md
|
||||
path: blob/master/doc/
|
||||
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.
|
||||
|
||||
**Please note the minimum supported PHP version is 5.6.4**
|
||||
**Please note the minimum supported PHP version is 7.1.3**
|
||||
|
||||
## Install Required Packages ##
|
||||
|
||||
|
@@ -2,7 +2,7 @@ source: Installation/Installation-CentOS-7-Nginx.md
|
||||
path: blob/master/doc/
|
||||
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.
|
||||
|
||||
**Please note the minimum supported PHP version is 5.6.4**
|
||||
**Please note the minimum supported PHP version is 7.1.3**
|
||||
|
||||
## Install Required Packages ##
|
||||
|
||||
|
@@ -2,7 +2,7 @@ source: Installation/Installation-Ubuntu-1804-Apache.md
|
||||
path: blob/master/doc/
|
||||
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.
|
||||
|
||||
**Please note the minimum supported PHP version is 5.6.4**
|
||||
**Please note the minimum supported PHP version is 7.1.3**
|
||||
|
||||
## Install Required Packages ##
|
||||
add-apt-repository universe
|
||||
|
@@ -2,7 +2,7 @@ source: Installation/Installation-Ubuntu-1804-Nginx.md
|
||||
path: blob/master/doc/
|
||||
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.
|
||||
|
||||
**Please note the minimum supported PHP version is 5.6.4**
|
||||
**Please note the minimum supported PHP version is 7.1.3**
|
||||
|
||||
## Install Required Packages ##
|
||||
add-apt-repository universe
|
||||
|
Reference in New Issue
Block a user