docs: Add composer back to the CentOS install docs (#8224)

* Add composer back to the centos install docs
This is for CentOS 7, not CentOS 6...

* In tree composer requires php 7.2

* Rename socket file to match

* Clean up the initial config.php a bit
Add clearer releasing info in that config.php
Update the manual update instructions
This commit is contained in:
Tony Murray
2018-02-08 15:46:55 -06:00
committed by Neil Lathwood
parent 016455f784
commit 496575ea99
4 changed files with 12 additions and 12 deletions

View File

@@ -366,11 +366,6 @@ $config_file = <<<"EOD"
//Please ensure this user is created and has the correct permissions to your install
\$config['user'] = 'librenms';
### Memcached config - We use this to store realtime usage
\$config\['memcached'\]\['enable'\] = FALSE;
\$config\['memcached'\]\['host'\] = "localhost";
\$config\['memcached'\]\['port'\] = 11211;
### Locations - it is recommended to keep the default
#\$config\['install_dir'\] = "$install_dir";
@@ -394,8 +389,9 @@ $config_file = <<<"EOD"
#\$config\['nets'\]\[\] = "172.16.0.0/12";
#\$config\['nets'\]\[\] = "192.168.0.0/16";
# Uncomment the next line to disable daily updates
#\$config\['update'\] = 0;
# Update configuration
#\$config\['update_channel'\] = 'release'; # uncomment to follow the monthly release channel
#\$config\['update'\] = 0; # uncomment to completely disable updates
EOD;
if (!file_exists("../config.php")) {