I ran the tutooira from start to finish and everything came up fine except php-fpm did not start. I can see that it is installed but it does not run. To get around the init.d script errors that I see others had experienced I ran "php-fpm -y /etc/php5/php-fpm.conf -c /etc/php5/php.ini" but I got php-fpm unkown command. The automated script works fine on an Ubuntu instance andI I'm tempted to leave it there but I had loose strings and it bugs me that I couldn't get it to work on Debian.
Nginx serves pages just fine but trying to run anything "nginx" on the command line also results in command not found. Both paths are in environment.
Small step for Debian compatibility:
replace
arch=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
with
arch=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
on line 19 in install_files/php.sh file.
Hello
I ran the tutooira from start to finish and everything came up fine except php-fpm did not start. I can see that it is installed but it does not run. To get around the init.d script errors that I see others had experienced I ran "php-fpm -y /etc/php5/php-fpm.conf -c /etc/php5/php.ini" but I got php-fpm unkown command. The automated script works fine on an Ubuntu instance andI I'm tempted to leave it there but I had loose strings and it bugs me that I couldn't get it to work on Debian.
Nginx serves pages just fine but trying to run anything "nginx" on the command line also results in command not found. Both paths are in environment.
Strange.
Thanks.
Andrew