I have Nginx installed with PHP-FPM and I cant figure out how to run php -v into terminal it says that i need to install php5-cli. How else can I run php from terminal? I am using ubuntu. I just need php from terminal to run a cron
3
- You should install php-cli to run php from command line. Runt the command : sudo apt-get install php5-cliButterflyRay– ButterflyRay2014-10-07 01:06:03 +00:00Commented Oct 7, 2014 at 1:06
- would that mess with php-fpm ?Exploit– Exploit2014-10-07 01:11:12 +00:00Commented Oct 7, 2014 at 1:11
- May be this one would helpful for you - stackoverflow.com/questions/7314563/…ButterflyRay– ButterflyRay2014-10-07 01:23:22 +00:00Commented Oct 7, 2014 at 1:23
Add a comment |