Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SenchaCMD - silent install with compass extension component

I want to install sencha silently (without GUI) or dialog boxes from my Linux terminal. How to add compass extension component to installation automatically? I've checked sencha help, and there is only "quit" option, but not something as "all". This is not helping to me (using -a -q while installing) https://www.sencha.com/forum/showthread.php?303323-Installing-Sencha-CMD-6-silently-with-the-compass-extension Also, how can I check if the compass extension has been installed? Thank you.

like image 438
Zvezda Avatar asked Aug 30 '16 12:08

Zvezda


1 Answers

It should be -Dall=true switch.

So the command should look like this:

/SenchaCmd-6.2.0-linux-amd64.sh -Dall=true -q -dir /opt/Sencha/Cmd/6.2.0
like image 78
pagep Avatar answered Oct 23 '22 16:10

pagep