Reputation: 2227
Hi I want to learn Sencha. I have basic knowledge of MVC. I have downloaded sencha Touch and Sencha cmd. I have extracted sencha Touch
folder to my local. And I have installed Sencha cmd. But Sencha cmd
is not working. When I click on cmd
it automatically disappeared. What can I do now. I have installed Sencha SDK Tool
.
Any one please help me out.
Upvotes: 0
Views: 3544
Reputation: 52488
A real case: Sencha v6.5.3.6 on Windows 10 professional x64. From CMD, you run
C:\Users\computer_user_name\bin\Sencha\Cmd\sencha
I must point out full path of sencha.exe for running.
Upvotes: 0
Reputation: 2423
After installing Sencha cmd in windows you need to set Environment variables.
Here you will get all the sencha details. if you get means sencha is installed properly.
Upvotes: 1
Reputation: 1486
there is no need to open sencha cmd and sdk if you have correctly installed sencha cmd then go to command promt and type sencha if it's show version and other help command then it's properly installed. then go to your sdk path and create app by sencha generate app app_name folder_name or path where you want to create your application.
Upvotes: 0
Reputation: 1
Goto command promt and type sencha . if your sencha cmd is installed properly ,you will see data on your promt. if it says that sencha command not found,try reinstalling sencha cmd
Upvotes: 0
Reputation: 5700
At first you have to download the cmd(Which you have done). Then do the followings:
It is a zip file. Extract it.
Then you will get a .run file(If using ubuntu) or .exe file(In Windows).
Double click this file and install it. (For Ubuntu, first you have to change permission of this file to 777 using chmod 777 .run/file/path
and then double click).
Now you can run sencha
in terminal and check whether it has successfully been installed or not.
Upvotes: 0
Reputation: 5856
There is a series of videos on how to prepare your computer for development here: http://extjs.eu/videos
Upvotes: 2