I'm trying to setup sencha cmd on ubuntu server:
I've fetched the archive:
wget
however when I try to run the binary nothing happens:
./SenchaCmd-4.0.4.84-linux.run
Just returns the prompt with no errors or messages.
Judging by other guides I've found such as
It looks like this file invokes a wizard which. Since I'm using ubuntu server 14.04, X is not installed.
Am I downloading the wrong file? Or is there another step I'm missing?
2 Answers
You probably figured it out by now, but it might help others:
You need to install ruby first with something like:
apt-get install ruby2.0after that the wizard starts on the command line
Good luck
Installing Sencha Cmd Silently
Some users may wish to install Sencha Cmd without the installer’s GUI. If you need a CLI-only installation process, simply run the following command from your command line tool:
sudo SenchaCmd-5.x.y.z-linux.run --mode unattended
Source: