Fresh Debian 7.8 minimal install

Ran into several issues:

  1. Install script fails without any info why with minimal Debian 7.8 - Resolved by installing ca-certificates. Should be a dependency that is either installed by the script or pointed out in the install docs as required.

  2. Wordpress tables are not being created e.g.:

“Unable to create WordPress tables for example.com, exit status = 1”

So for me to get a site installed:

sudo ee site create example.com --wp

sudo cp /var/www/example.com/wp-config.php /var/www/example.com/htdocs/

cd /var/www/example.com/htdocs/

sudo vi wp-config.php (Change localhost to 127.0.0.1)

sudo wp core install --allow-root --url=example.com --title=example.com --admin_user=admin --admin_password=password [email protected]

sudo service nginx restart

BTW - I installed EasyEngine:

wget -qO ee rt.cx/ee && sudo bash ee

source /etc/bash_completion.d/ee

sudo ee stack install all

Thanks, enderst

For kicks I created another server, this time minimal Ubuntu-14.04.1-server with nothing selected like with Debian 7.8. Everything worked as expected no issues.

Hi @enderst

It’s been a long time, and we haven’t heard from you. It looks like your issue is resolved.

I am closing this support topic for now. Feel free to create a new support topic if you have any queries further. :slight_smile: