Google News
logo
Zend framework - Interview Questions
How to install the Zend framework?
Here are the following steps to install Zend in a local machine:
 
Step 1: Create a new SSH user.
 
Step 2: Create a fully hosted domain or subdomain.
 
Step 3: Create a phprc file.
 
Step 4: Change the default PHP CLI the user shell uses.
 
Step 5: Download the Zend framework.
 
Step 6: Log in to the server via SSH.
 
Step 7: Change the directory of the project.
 
Step 8: Close the repository and change the directory.
 
Step 9: Then, locally install the composer into the directory.
 
Step 10: Run the following syntax to install the Zend framework.
[server]$ php composer.phar self-update  
[server]$ php composer.phar install  
Advertisement