Hi all.
I'm attempting to run Grav in a Scotch Box Vagrant environment on Ubuntu 14.04. I've tried several different versions of the installation process (copy manually into root, git clone), and in none of the cases has the CLI or GPM worked. I'm not sure if I'm installing it incorrectly or what...but I'm just getting errors. It's as if the CLI is not actually installed or recognized on the system.
Info:
php -v
returns
vagrant@scotchbox:~$ php -v
PHP 5.6.14-1+deb.sury.org~trusty+1 (cli)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
On a fresh manual install, I copy all of the files over into the root directory of the server, then go to the site and create the admin user (as prescribed). After that, I pull up the command line/terminal and move into the root directory.
vagrant@scotchbox:/var/www/public$ bin/gpm selfupgrade -f
-bash: bin/gpm: Permission denied
Is anyone having any success with Scotch Box and Vagrant? I tried the Puppet script provided on the Grav blog, but it's a year old and threw a bunch of errors on install.