Smoke Alam Matrix
A matrix to summarise Smoke Alarms for each property and report their compliance
default restrictions
- note by default the user is restricted see
src\application\app\currentUser.php
for detail
Install Standalone (Development / Windows 10)
-
Install Pre-Requisits
- Install PHP : http://windows.php.net/download/
- Install the non threadsafe binary
- Test by running php -v from the command prompt
- If required install the VC++ runtime available from the php > download page
- by default there is no php.ini (required)
- copy php.ini-production to php.ini
- Test by running php -v from the command prompt
- Install the non threadsafe binary
- Install Git : https://git-scm.com/
- Install the Git Bash Here option
- Install Composer : https://getcomposer.org/
- Install PHP : http://windows.php.net/download/
-
Setup a new project
git clone https://github.com/bravedave/smokealarm.git cd smokealarm rm -fR .git
-
Install dependencies & run
composer update
-
The will error, because DB is not configured you might want to review to defaults.json
mv src/application/data/defaults-sample.json src/application/data/defaults.json composer update run.cmd
... the result is visible at http://localhost/
Install as component
composer require bravedave/smokealarm