This topic describes the procedures for installing Zend Server on a DEB operating system.
After installing Zend Server 6.x, you will automatically be using a 7-day Enterprise edition trial license. This trial period can be extended by an additional 21 days, after which the license expires. To continue working with Zend Server after this time period, contact Zend for a new license. For more information on Zend Serve editions, see Zend Server Editions.
This section describes how to automatically and manually install Zend Server with Apache Web server.
The following procedure describes how to run a script that will automatically create your DEB or RPM repositories and install Zend Server.
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Note:
Using the Repository Installer script is the recommended and simplest method to install Zend Server, as it ensures a correct and healthier installation process. The script ensures that the correct repositories are set, verifies system requirements and issues the correct package management commands to set Zend Server up properly.
|
|
|
./install_zs.sh <PHP Version> After installing, a completion notification will appear, with a notice that the servers have started. To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
Tip: Add --automatic at the end this command to run the script uninterrupted and without prompting verification messages. |
This method uses "aptitude" and "apt-get" to handle the installation. Alternatively, you may choose any other tool that supports the DEB packaging format (i.e., Synaptic, Kpackage, etc).
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Note:
This procedure requires root privileges.
To acquire root privileges in Ubuntu, run the following command, and type
your password:
$
sudo -s.
To install Zend Server, the first thing you have to do is to setup the repository for downloading the Zend Server package.
|
|
|
deb http://repos.zend.com/zend-server/6.1/deb server non-free For Ubuntu 12.04 and above or Debian 7 and above, use: deb http://repos.zend.com/zend-server/6.1/deb_ssl1.0 server non-free
# wget http://repos.zend.com/zend.key -O- |apt-key add -
# wget http://repos.zend.com/zend.key -O- | sudo apt-key add -
# aptitude update |
Now you can use "aptitude" to handle the installations, upgrades and additional packages. |
|
|
|
To install:
# aptitude install zend-server-php-<PHP Version>
To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
|
This section describes how to automatically and manually install Zend Server with nginx Web server.
The following procedure describes how to run a script that will automatically create your DEB or RPM repositories and install Zend Server.
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Note:
Using the Repository Installer script is the recommended and simplest method to install Zend Server, as it ensures a correct and healthier installation process. The script ensures that the correct repositories are set, verifies system requirements and issues the correct package management commands to set Zend Server up properly.
|
|
|
./install_zs.sh <PHP Version> nginx After installing, a completion notification will appear, with a notice that the servers have started. To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
Tip: Add --automatic at the end this command to run the script uninterrupted and without prompting verification messages. |
This method uses "aptitude" and "apt-get" to handle the installation. Alternatively, you may choose any other tool that supports the DEB packaging format (i.e., Synaptic, Kpackage, etc).
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Important!
Before installing Zend Server, define the nginx repository to be used by the manual installation commands supplied below. For specific instruction on defining the nginx repository, go to http://nginx.org/en/linux_packages.html#stable.
Note:
This procedure requires root privileges. To acquire root privileges in Ubuntu, run the following command, and type
your password:
$
sudo -s
To install Zend Server, the first thing you have to do is to setup the repository for downloading the Zend Server package.
|
|
|
To setup the environment:
deb http://repos.zend.com/zend-server/6.1/deb server non-free For Ubuntu 12.04 and above or Debian 7 and above, use: deb http://repos.zend.com/zend-server/6.1/deb_ssl1.0 server non-free
# wget http://repos.zend.com/zend.key -O- |apt-key add -
# wget http://repos.zend.com/zend.key -O- | sudo apt-key add -
# aptitude update |
Now you can use "aptitude" to handle the installations, upgrades and additional packages. |
|
|
|
To install:
# aptitude install zend-server-nginx-php-<PHP Version>
To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
|
|
|
|
Related Links: |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.