From 6779bd74b052d4ca1e044a04c0a8948c0a194963 Mon Sep 17 00:00:00 2001 From: Joshua Ruehlig Date: Fri, 21 Apr 2017 10:44:37 -0700 Subject: [PATCH] Update multiserver.rst No longer needed since https://github.com/ZoneMinder/ZoneMinder/pull/1470 --- docs/installationguide/multiserver.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/installationguide/multiserver.rst b/docs/installationguide/multiserver.rst index e9ebefac2..14e52d29f 100644 --- a/docs/installationguide/multiserver.rst +++ b/docs/installationguide/multiserver.rst @@ -42,8 +42,6 @@ Note that these commands are just an example and might not be secure enough for 7. If you have chosen to change the ZoneMinder database account credentials to something other than zmuser/zmpass, you must now update zm.conf on each ZoneMinder Server. Change ZM_DB_USER and ZM_DB_PASS to the values you created in the previous step. -Additionally, you must also edit /usr/share/zoneminder/www/api/app/Config/database.php in a similar manner on each ZoneMinder Server. Scroll down and change login and password to the values you created in the previous step. - 8. All ZoneMinders Servers must share a common events folder. This can be done in any manner supported by the underlying operating system. From the Storage Server, share/export a folder to be used for ZoneMinder events. 9. From each ZoneMinder Server, mount the shared events folder on the Storage Server to the events folder on the local ZoneMinder Server.