mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
Merge pull request #128 from Lewiscowles1986/patch-1
Debian / Ubuntu installation NB added!
This commit is contained in:
commit
fe3c91d471
@ -10,6 +10,10 @@ and IMAP protocols.
|
||||
|
||||
|
||||
## Installing
|
||||
> N.b. A note on Ubuntu 14.04 (probably other Debian-based / Apt managed systems), the install of php5-imap does not enable the extension for CLI (possibly others as well), which can cause composer to report fetch requires ext-imap
|
||||
```
|
||||
sudo ln -s /etc/php5/mods-available/imap.ini /etc/php5/cli/conf.d/30-imap.ini
|
||||
```
|
||||
|
||||
### Composer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user