Welcome to Epeires² Website
Epeires² is a web application designed to allow operational supervisors to
- log real-time events ;
- be informed of programmable events ;
- find help when unusal events occur.
Screenshots
Installation
- Clone the repository
- Install dependencies : php composer.phar install
- Configure database (copy config/autoload/doctrine.global.php to config/autoload/doctrine.local.php)
- Install database schema : php public/index.php migrations:migrate
- Enjoy !