Installation documentation is missing dependency.
Metsuryu opened this issue · 5 comments
http://flarum.org/docs/installation/
Under "System Requirements" it says:
PHP 5.6 up to 7.1 (not 7.2) with the following extensions: mbstring, pdo_mysql, openssl, json, gd, dom, fileinfo
But it also needs the curl
extension, at last for php7.0.
@luceos It was required to install flarum with composer install
, I think. I had no idea, since I never used composer, so I had to search for a solution for a while. I think it's worth writing it in the docs somewhere at least.
Didn't this come up recently? It's a Composer requirement, not one of Flarum, strictly speaking. (That might change when we integrate more closely with Composer.)
Ah, I knew it. Closing this as a duplicate of #69. Akismet is the culprit.
For the record: We now unbundled the Akismet extension.