码迷,mamicode.com
首页 > Web开发 > 详细

RedHat7搭建PHP开发环境(Zend Studio)

时间:2016-01-14 22:17:56      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:

  • 下载Zend Studio

# wget http://downloads.zend.com/studio-eclipse/13.0.1/ZendStudio-13.0.1-linux.gtk.x86_64.tar.gz

  • 解压Zend Studio

# tar -zxf ZendStudio-13.0.1-linux.gtk.x86_64.tar.gz -C /opt

  • 创建菜单项

# vi /usr/share/applications/ZendStudio.desktop

[Desktop Entry]
Name=ZendStudio
Comment=ZendStudio
Exec=/opt/ZendStudio/ZendStudio
Icon=/opt/ZendStudio/icon.xpm
Terminal=false
Type=Application
Categories=Application;Development;
  • 运行Zend Studio

点击Applications -> Programming -> ZendStudio

技术分享

未注册有30天试用期,选择Continue with trial, 点击Continue

技术分享

  • 汉化Zend Studio

点击Help -> Install New Software...

技术分享

点击Add... ,填入Name: lanuage packs ,Location:http://download.eclipse.org/technology/babel/update-site/R0.13.0/luna ,点击OK

技术分享

此时正在加载插件,需要等待几分钟,等加载完并出现语言包后,找到“Babel Language Packs in Chinese(Simplified)”一栏打勾,然后一路点击Next

技术分享

选择“I accept the terms of the license agreement”,点击Finish

技术分享

安装完成后,点击Yes立即重启软件

技术分享

RedHat7搭建PHP开发环境(Zend Studio)

标签:

原文地址:http://www.cnblogs.com/edward2013/p/5131627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!