- Download the project :
git clone git@github.com:geoffreyp/monitoring_site_magento.git
- Create your database, use the file monitoring.sql
You need to add a configuration file at the root named conf.json
{
"bdd": {
"ip": "IP ADRESS",
"name": "DATABASE NAME",
"user": "USER NAME",
"password": "PASSWORD",
"port":"OPTIONAL"
}
}