在Ubuntu系统安装Sencha CMD

Now type from the terminal prompt followed by Enter:

1

[email protected]:cd /java

1

[email protected]:tar zxvf server-jre-8u60-linux-x64.tar.gz

Make sure that the ‘tar.gz’ full filename is typed exactly as the name of the downloaded distrubution. Don’t make any mistakes here! So the example above might not correspond with your file name.

Now we have to make Java work, we do this by typing this from the terminal prompt:

1

[email protected]:export INSTALL4J_JAVA_HOME=/usr/bin/java/jdk1.8.0_60

Again, the name after ‘JAVA_HOME=’ might not correspond with your installed Java. To make sure you have the right one, type:

1

[email protected]:ls /usr/bin/java

You will find the name next to your ‘tar.gz’ file. You can also delete the ‘tar.gz’ file to save space.

Step 3: Install Sencha Cmd

Before we do the final step I would give again some critics to Sencha Inc. for not having a proper installation manual for Sencha Cmd for Linux on their website. “Half work done counts as no work done”. Ok, let’s do the last bit.

First download Sencha Cmd from here: link

Save the ‘zip’ file in your default Downloads location. If you don’t have an ‘unzip’ installed in Debian Jessie, you can install ‘Ark’ with the Synaptic Package Manager. After that said, you unpack the Sencha Cmd ‘zip’ file. You can do this in the same Downloads folder. It will unpack a file with the .sh extension.

Now go to your terminal prompt and type:

1

[email protected]:sh /home//Downloads/Sencha*

Now it will install Sencha Cmd. You will get an warning complaining:

1

Gtk-Message: Failed to load module "canberra-gtk-module"

You can ignore this.

Finally add Sench Cmd to your PATH. Type this from your terminal prompt:

1

[email protected]:export PATH=/root/bin/Sencha/Cmd/6.0.1.76:$PATH

Make sure that the Sencha version in the PATH corresponds with the one you just installed. Simply type:

1

[email protected]:ls /root/bin/Sencha/Cmd

Now it will show you the version you have installed.

If everything has gone well you can now go to your Sencha Ext JS or Touch application folder and type something like “Sencha app watch” or any other Sencha Cmd instruction.

引用:https://www.enovision.net/how-to-install-sencha-cmd-on-debian-jessie/

时间: 2024-10-04 20:53:30

在Ubuntu系统安装Sencha CMD的相关文章

extjs6入门:用sencha cmd搭建简单的extjs6项目

开发准备 1.sencha cmd安装 2.extjs6.0.0 gpl正式版下载,地址:https://www.sencha.com/legal/gpl/ ,解压ext-6.0.0-gpl.zip 搭建步骤: 1.cmd进入你想要放置项目的地址,输入以下命令 sencha -sdk [解压后的ext-6.0.0的位置] generate app [项目名称] [项目地址] 进入Cooky目录,可以查看生成的项目工程 cmd 进入该目录:cd Cooky 执行sencha app watch命令

Windows平台下Ubuntu系统安装

Windows系统下安装Ubuntu系统.通常有两种方式 1.使用Ubuntu系统的.iso文件,下载第三方引导软件EasyBSD,引导加载安装 1.1 使用Win7自带系统分区工具,压缩出一块硬盘空间.用于安装Ubuntu系统时,对Ubuntu系统分区存放. 当然,也可以用第三方分区软件如DiskGenius进行分区. 我在这个地方,因分区时,分出多个空闲小分区,又无法合并,最麻烦的是后续安装中,找不到压缩出的空闲分区.最终将硬盘中内容拷贝到自己移动硬盘中,对整个扩展区域重新分区,在后续安装中

sencha cmd安装创建项目与编译,特详细。

官方文档 Introduction to Sencha Cmd Using Sencha Cmd with Ext JS 4.2+ Compiler-Friendly Code Guidelines Workspaces in Sencha Cmd 环境要求 Java Run-time Environment or JRE,版本>=6.0. Ruby Sencha Cmd Ext JS SDK 下载安装搭建环境 Sencha Cmd 下载 EXTJS的版本要和 sencha cmd版本对应,不然

mac下使用sencha cmd+extjs6

笔者刚接手公司一个项目,后台是使用extjs6做前端,php做api接口,两者通过ajax交互 没办法,不管接手的项目多么的挫逼,都还是要上的,拿人钱财替人消灾嘛 首先是安装sencha cmd ,百度一下 https://www.sencha.com/products/extjs/cmd-download/ 我下的是mac版 安装完之后,发现这事要依赖java的jvm的,所以还得去甲骨文官网下个jdk http://www.oracle.com/technetwork/java/javase/

阿里云服务器 ECS Ubuntu系统安装配置

1. 登陆服务器 系统开通成功后手机会收到阿里云发来的短信,包含公网IP及root登录密码. WEB管理后台方式 可通过阿里云管理后台选择“连接管理终端…”进行登录 提示输入VNC密码 登录成功后显示shell界面,这时需要输入root账号及其密码登录到系统 这时候就可以进行系统操作了 但是这种方式操作比较不方便,建议使用ssh进行管理操作,阿里云系统已经自带了ssh服务,我们用ssh client连接进来即可. SSH方式远程管理 windows用户可以安装putty,通过putty进行SSH

sencha cmd 创建项目

一.软件支持 1.下载并解压Sencha Touch(浏览器支持Chrome.Safari.Internet Explorer 10或11.) 2.Sencha Cmd(Sencha Touch 2.3.1需要Sencha Cmd 4.0.1.4.0.2或更高版本.) 为了检查你是否正确安装了Sencha Cmd(目录切换到sencha cmd 安装的目录) 3.Java运行时环境版本1.7.Sencha Cmd是用Java编写的,需要JRE运行. 4.ruby(可以使用ruby-v命令来验证它

ExtJs Sencha Cmd创建项目以及编译项目

一:创建项目 sencha sdk tool2.0无法创建api为sencha-touch-2.2.1的项目,需要使用SenchaCmd代替sencha sdk tool,其步骤如下: 1,下载安装senchaCmd,地址为: http://www.sencha.com/products/sencha-cmd/download 2,一路next,安装完之后,进入cmd,敲入:sencha,展示一些关于sencha的信息,表示senchaCmd安装成功 3,使用senchaCmd生成项目 3.1

ExtJS(6)- 用Sencha Cmd构建打包Ext项目

用ExtJS组建前端框架有一年多了,考虑到ExtJS中js过多,为提高效率,所以开始寻找打包的方法,然后就发现了这个Sencha Cmd.首先Sencha Cmd不仅仅是为了打包而生的,它同样具有构建前端框架的作用. 以下为所需的环境: Sencha Cmd 下载地址:http://www.sencha.com/products/sencha-cmd/download/Ruby 下载地址:http://rubyinstaller.org/downloads Ant下载地址:http://ant.

Ext Sencha Cmd 6 环境安装

Sencha Cmd安装笔记 在使用前端框架ExtJs前,需对其环境加以部署,对自己的安装过程加以记录. 建议大家在安装时,最好使用VPN,个中缘由,生在跳槽的程序袁应该都懂吧.不然ruby相关命令执行时,会提示相关包无法下载. Sencha Cmd下载地址:https://www.sencha.com/products/extjs/cmd-download/ Sencha Cmd 6官网地址:http://docs.sencha.com/cmd/6.x/ Sencha Cmd 6相关细节的地址