My OS is Debian 7. I have installed nginx, php5-fpm, mysql, pear.
I uploaded the easyinstall.php file to my /srv/bim/ directory.
I pointed my web browser (either safari or chrome) to http://bim.local
The install screen appeared. I got all green flags on the necessary prerequisite tests.
Then I received this error/info message just prior to getting to the mysql info page:
[quote:3mhy9r97]Welcome to EPESI setup!
Hosting compatibility:
Your hosting is not compatible with default EPESI root .htaccess file. You should tweak it yourself.
Default .htaccess file is:
Options -Indexes
#SecFilterEngine Off
#if your server is running php as apache module:
php_value memory_limit "64M"
php_flag magic_quotes_gpc off
#if your server is running php as cgi/fastcgi you should set following directive instead of above php_value/flag
#SetEnv PHPRC /your/epesi/root/directory/php.ini
RedirectMatch 404 /\\.svn(/|$)
RedirectMatch 404 /\\.git(/|$)
[/quote:3mhy9r97]
Then I entered the database server settings: localhost, mysql, user, password, database name, no, left to right.
Click "Next" and nothing happens except the following message appeared at top of Configuration box:
"Please enable mysql extension in php.ini."