Install Sencha cmd 4 Ubuntu Server

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.0

after 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:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like