bebeboutik-api/README.md

22 lines
362 B
Markdown
Raw Permalink Normal View History

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
```
2017-07-24 16:35:49 +02:00
Note: If you do not have composer install globally, use `php composer` (local binary)