From 24454253af4690a4af5fb8ba2274fa28beb43696 Mon Sep 17 00:00:00 2001 From: baffo32 Date: Mon, 12 Oct 2015 15:25:30 -0400 Subject: [PATCH] Add date.timezone step to INSTALL --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 8f892e840..310e3029b 100644 --- a/INSTALL +++ b/INSTALL @@ -92,8 +92,9 @@ NOTE: The database server, database name, user and password can be different and 7) Populate the zoneminder database using the script zm_create.sql. This should be found in /share/zoneminder/db or in the project/db directory. 8) Create an apache virtual host for ZoneMinder. Make sure to use the same paths as ZM_WEBDIR and ZM_CGIDIR in /etc/zm.conf -9) Create other config if desired (e.g. rsyslog, logrotate and such). Some of this can be found in /share/zoneminder/misc or project/misc directory -10) Setup an appropriate startup script for your system. Two generic startup scripts have been provided, a legacy Sys V Init script and a Systemd service file. +9) Set date.timezone to your correct timezone in php.ini +10) Create other config if desired (e.g. rsyslog, logrotate and such). Some of this can be found in /share/zoneminder/misc or project/misc directory +11) Setup an appropriate startup script for your system. Two generic startup scripts have been provided, a legacy Sys V Init script and a Systemd service file. *Sys V Init Setup* - Copy the sys v init script /scripts/zm from the build folder to /etc/init.