Hello,
I’m new with this awesome cms.
I installed GRAV cms on my NAS in a Virtual Host, and all works
Now i will make my own theme an installed the devtools plugin
After that connect my NAS via SSH an dgo to the root of the GRAV website.
Follow the tutorial and type:
$ bin/plugin devtools portello
But it gives an error:
env: can't execute 'php': No such file or directory
Is there another way for building a custom base theme?
Please read the Grav Command Line Intro and check whether PHP is available as a command line tool. If not, you could try to enable or install it on your NAS.
[ctuxboy@TUXYSERVER gravcms]$ /mnt/ext/opt/apache/bin/php -v
PHP 5.6.30 (cli) (built: May 16 2017 04:50:12)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
But can’t execute the GRAV CLI commands:
[ctuxboy@TUXYSERVER gravcms]$ /mnt/ext/opt/apache/bin/php bin/plugins install devtools
Could not open input file: bin/plugins
[ctuxboy@TUXYSERVER gravcms]$