Demo: http://maximizeIT.github.io/MAS
Required software:
Git: https://git-scm.com/downloads
npm: https://nodejs.org/en/download/
Gulp: https://gulpjs.com
- Clone (or download zip).
git clone git@github.com:maximizeIT/MAS.git
cd MAS
- Run in root directory:
npm install
- Enter DB configuration in:
root/
- assets/scripts/db/DBConfig.php (DB user with read only rights)
- search/db/DBConfig_ro.php (DB user with read only rights)
- admin/assets/db/DBConfig_rw.php (DB user with read & write rights)
gulp
Note: Browser reloads automatically upon saving of a .php file.