0

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-cli Commented Oct 7, 2014 at 1:06
  • would that mess with php-fpm ? Commented Oct 7, 2014 at 1:11
  • May be this one would helpful for you - stackoverflow.com/questions/7314563/… Commented Oct 7, 2014 at 1:23

1 Answer 1

0

You need to find out if the PHP installation folder is in your PATH. You can check by doing "echo $PATH". if you don't find the PHP install folder there then that's probably the problem

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.