• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Zend Studio on Ubuntu 17.04

{{postValue.id}}

To install Zend Studio on Ubuntu 17.04

Zend Studio is an Code Editor IDE based application designed for business solutions. Zend studio is a simple-to-install tool. It is integrated with Zend server. This integration allows developers to set up a complete PHP environment and detect root cause analysis of any testing problem. It is also integrated with Zend framework to provide a MVC architecture of application. It contains features such as servers view, import and debug zend server events, integrated PHPUnit, web services support, and remote project support. This tutorial explains the installation of Zend Studio on Ubuntu 17.04.

Installation procedure

To proceed with the installation procedure, download the Zend package from its official site. Once it is downloaded, go to downloads folder and list the files.

root@linuxhelp:/tmp/mozilla_user10# ll
total 336484
drwx------  2 user1 user1      4096 Oct 24 12:19 ./
drwxrwxrwt 17 root  root       4096 Oct 24 12:23 ../
-r--------  1 user1 user1 344551181 Oct 24 12:19 ZendStudio-13.6.1-linux.gtk.x86_64.tar.gz

Extract the downloaded package using tar command.

root@linuxhelp:/tmp/mozilla_user10# tar -xvzf ZendStudio-13.6.1-linux.gtk.x86_64.tar.gz
ZendStudio/
ZendStudio/p2/
ZendStudio/p2/org.eclipse.equinox.p2.engine/
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1498231541265.profile.gz
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.lock
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/.settings/
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1498231541415.profile.gz
ZendStudio/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1498231792378.profile.gz
.
.
.
.
ZendStudio/ZendStudio.ini
ZendStudio/configuration/
ZendStudio/configuration/org.eclipse.equinox.simpleconfigurator/
ZendStudio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
ZendStudio/configuration/config.ini
ZendStudio/configuration/org.eclipse.update/
ZendStudio/configuration/org.eclipse.update/platform.xml

The package has been extracted and now enter into the Zend Studio directory and list the files in the specified directory.

root@linuxhelp:/tmp/mozilla_user10# cd ZendStudio/
root@linuxhelp:/tmp/mozilla_user10/ZendStudio# ll
total 420
drwxr-xr-x  7 root  root    4096 Jun 23 21:02 ./
drwx------  3 user1 user1   4096 Oct 24 12:24 ../
-rw-r--r--  1 root  root  166333 Jun 23 20:59 artifacts.xml
drwxr-xr-x  4 root  root    4096 Jun 23 21:02 configuration/
-rw-r--r--  1 root  root      60 Jan  3  2017 .eclipseproduct
-rw-r--r--  1 root  root   15551 Nov  9  2016 epl-v10.html
drwxr-xr-x 96 root  root   12288 Jun 23 20:59 features/
-rwxr-xr-x  1 root  root   52546 Jun 23 20:23 icon.xpm*
-rw-r--r--  1 root  root    6487 Nov  9  2016 notice.html
drwxr-xr-x  4 root  root    4096 Jun 23 20:55 p2/
drwxr-xr-x 21 root  root   57344 Jun 23 20:59 plugins/
drwxr-xr-x  2 root  root    4096 Jun 23 20:59 readme/
-rwxr-xr-x  1 root  root   80385 Jun 23 20:23 ZendStudio*
-rw-r--r--  1 root  root     434 Jun 23 21:00 ZendStudio.ini

In the Zend Studio directory, there will be a script file named ' ZendStudio' and run it as follows.

root@linuxhelp:/tmp/mozilla_user10/ZendStudio# ./ZendStudio 
Oct 24, 2017 12:33:11 PM org.apache.http.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (java.net.SocketException) caught when processing request to {}-> http://download.eclipse.org:80: Connection reset
Oct 24, 2017 12:33:13 PM org.apache.http.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request to {}-> http://download.eclipse.org:80

A Graphical launcher appears on the screen.
terminal

Choose the Workspace from the Workspace Launcher. Either you can select the default workspace or browse for other directory.
workspace

A workspace will be displayed as follows.
zend studio

Thus we conclude the installation procedure of Zend Studio of Ubuntu 17.04.

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to download the Zend studio?

A

For download the Zend studio, use the following link as given below "http://www.zend.com/en/products/studio/downloads#Linux"

Q

What are the exams like in Zend Studio?

A

The exam itself is very similar to most other IT exams offered these days. The exam is taken in an isolated room, using a specially configured computer. The exam is closed-book, so you won't be able to consult any reference material or use the Internet while taking it.

The PHP exam is composed of a total of 75 questions, and the Zend Framework Exam is composed of 70 questions, which must be answered in 90 minutes. Each question can be formulated in one of three ways:

As a multiple-choice question with only one right answer.
As a multiple-choice question with multiple correct answers.
As a free-form question for which the answer must be typed in.

Q

Can I use my PHP Certification voucher for the Zend Framework exam?

A

Yes, the exam vouchers can be used for either exam.

Q

When will my details be updated on the Zend Certified Engineer Directory?

A

Once you have passed the exam, it takes 24-48 hours for your name and credentials to be published in the Zend Certified Engineer Directory. To edit your ZCE details login to your Zend Account, select Personal Information and select the ZCE tab. You will be able to upload your picture, choose to display your company name, and much more.

Q

Can I use the term 'Zend Certified Engineer' on my resume/CV or business card?

A

In general, yes. You can also include the logo provided here. The only except is for those who have passed the Zend PHP Certification exam and live in Ontario, Canada. For legal reasons you cannot use the designation "Zend Certified Engineer" on your resume/CV or business card. You can however use the acronym "ZCE" to stand for "Zend Certification Endorsed".

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.