Hello guys!
I'm trying to install Flarum on a Raspberry Pi running a fresh install of Nginx and PHP5-FPM but I am having trouble.
I check that all the modules listed on the installation page are installed and enabled for PHP but I still have some issues with the installation through Composer.
Here is the output I have when I launch composer create-project flarum/flarum . --stability=beta:
Installing flarum/flarum (v0.1.0-beta.5)
- Installing flarum/flarum (v0.1.0-beta.5)
Downloading: 100%
Created project in .
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- flarum/flarum-ext-akismet v0.1.0-beta.3 requires tijsverkoyen/akismet ^1.1 -> satisfiable by tijsverkoyen/akismet[1.1.0].
- flarum/flarum-ext-akismet v0.1.0-beta.5 requires tijsverkoyen/akismet ^1.1 -> satisfiable by tijsverkoyen/akismet[1.1.0].
- tijsverkoyen/akismet 1.1.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- Installation request for flarum/flarum-ext-akismet ^0.1.0 -> satisfiable by flarum/flarum-ext-akismet[v0.1.0-beta.3, v0.1.0-beta.5].
To enable extensions, verify that they are enabled in those .ini files:
- /etc/php5/cli/php.ini
- /etc/php5/cli/conf.d/05-opcache.ini
- /etc/php5/cli/conf.d/10-pdo.ini
- /etc/php5/cli/conf.d/20-gd.ini
- /etc/php5/cli/conf.d/20-json.ini
- /etc/php5/cli/conf.d/20-mysql.ini
- /etc/php5/cli/conf.d/20-mysqli.ini
- /etc/php5/cli/conf.d/20-pdo_mysql.ini
- /etc/php5/cli/conf.d/20-readline.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
I guess the problem is that I don't have the extension named akismet but as I'm not sure I prefer to ask you (plus I don't really understand why it is not installed automatically -- I have all the dependencies listed on the installation page).
Thank you :-)