bradp / vv

:globe_with_meridians: Variable VVV - a VVV Site Creation Wizard.‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ :x: This project is no longer maintained. Please update your copy of VVV , which has most of the vv features built in.
GNU General Public License v2.0
1k stars 90 forks source link

vvv-init.sh is not executable #364

Open alharbit opened 6 years ago

alharbit commented 6 years ago

I tried many times to execute the file under vagrant SSH but couldn't, run chmod +x vvv-init.sh and then run it again and no reponse at all.

vv version 1.13


/usr/local/bin/vv: line 1514: version: command not found

vv: /usr/local/bin/vv

vv_config: /home/t/.vv-config vvv path: /home/t/projects/wordpress/VVV/vagrant-dev/ home: /home/t

tput: cat: /usr/bin/cat curl: /usr/bin/curl which: no brew in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) brew: tar: /usr/bin/tar find: /usr/bin/find git: /usr/bin/git sed: /usr/bin/sed paste: /usr/bin/paste vagrant: /usr/bin/vagrant


rafadpedrosa commented 6 years ago

You have to execute inside the vagrant.

cd dev/vagrant-local # Use location of vagrant-local on your machine
vagrant ssh
cd /srv/www/Your-Site-Name
./vvv-init.sh

👍