Javatpoint Logo
Javatpoint Logo

How to Install Zend on CentOS

Introduction

Zend framework is an open source, object-oriented web application framework based on PHP5 and licensed under new BSD License. Zend framework provides support of the Model View Controller to its users. It is basically the collection of PHP-based packages. In this tutorial, we will install Zend framework on our CentOS.

Prerequisites

  • CentOS 7
  • Login as an administrator on terminal
  • Apache Server or LAMP
  • Composer
  • PHP

Installation

Installation includes following steps.

1. Install Zend using Composer

Installing Zend Framework is very easy. We just need to execute a simple command as follows.

CentOS How to Install Zend on CentOS

2. Start the development server

Change the current working directory to javatpoint1/public by typing cd javatpoint1/public and execute the following command.

CentOS How to Install Zend on CentOS 1

3. Access on localhost

We can access Zend on localhost by just typing localhost:8082 in the browser's search bar.

CentOS How to Install Zend on CentOS 2

Hence, we have installed and get started with Zend Framework.


Next TopicInstall Yii





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA