JoomlaTools Vagrant with Hebe

19 views
Skip to first unread message

Krit (Gmail)

unread,
Apr 29, 2016, 7:22:45 AM4/29/16
to Joomlatools Developers

I'm try to used JoomlaTools Vagrant with Grav development site.
https://github.com/rockettheme/hebe

in terminal mode after I used commend  vagrant ssh and run this.

cd ~ && git clone https://github.com/rockettheme/hebe.git && cd hebe && ./hebe register . && ./hebe link hebe /usr/local/bin && echo -e "Installation completed\n\n Hebe help:" && hebe

hebe have been installed on ~/hebe  folder but when type hebe it's will show don't know hebe command.


Anyone have knowledge on this?


Thank you.
Krit.

Steven Rombauts

unread,
Apr 29, 2016, 11:13:08 AM4/29/16
to Joomlatools Developers
Hi Krit,

The install command in their readme seems to assume you are running either as root (or on Mac OS X with write permissions to the /usr/local/bin directory). This step fails because by default you do not have enough permissions to write in this directory: ./hebe link hebe /usr/local/bin

If you go to the hebe directory and run the command as sudo, the link should be created:

cd ~/hebe
sudo ./hebe link hebe /usr/local/bin

Let me know if that solves your problem.

Cheers,
Steven
Reply all
Reply to author
Forward
0 new messages