2017-07-21 16:40:11 +02:00
|
|
|
Welcome to History API for brico!
|
|
|
|
===================
|
|
|
|
|
|
|
|
## **Init project**
|
|
|
|
|
2017-07-24 16:34:09 +02:00
|
|
|
### Instalation
|
|
|
|
|
2017-07-21 16:40:11 +02:00
|
|
|
```
|
|
|
|
composer install
|
|
|
|
```
|
|
|
|
|
2017-07-24 16:34:09 +02:00
|
|
|
### Configuration
|
2017-07-21 16:40:11 +02:00
|
|
|
|
2017-07-24 16:34:09 +02:00
|
|
|
Choose one of this configuration (prod/pprod/local)
|
2017-07-21 16:40:11 +02:00
|
|
|
|
|
|
|
```
|
2017-07-24 16:34:09 +02:00
|
|
|
composer set_prod_config
|
|
|
|
composer set_pprod_config
|
|
|
|
composer set_local_config
|
2017-07-21 16:40:11 +02:00
|
|
|
```
|