Running ./smug --prepare --laravel-all on Cloud9 Ubuntu fails as follows:
...
sudo: phpmyadmin-ctl: command not found
Downloading https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz...
######################################################################################################################################################################################################################################################### 100.0%
Now using node v8.12.0 (npm v6.4.1)
Now using node v8.12.0 (npm v6.4.1)
default -> 8.12.0 (-> v8.12.0)
chown: cannot access '/home/ubuntu/.composer': No such file or directory
sudo: composer: command not found
I presume that the script should either install phpmyadmin and composer or it should document that the user (or the environment) is responsible for pre-installing these.
Running
./smug --prepare --laravel-allon Cloud9 Ubuntu fails as follows:I presume that the script should either install phpmyadmin and composer or it should document that the user (or the environment) is responsible for pre-installing these.