Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install zend sketelon for very very newbie

i have been installed wamp, google chrome, postgre sql, mysql. i have problem with istalling zend framework, curl, sketelon application. i search tutorial from youtube, google, developt of zend, but i cant follow them because some of the step is missing and i want to know how to do that and where i start to learn to become web program, my purpose is to make blog with zend.

so if you have full tutorial please give me the link or share here, thanks.

like image 561
Sae Avatar asked Dec 02 '25 18:12

Sae


1 Answers

  1. Download the "Zend Skeleton Application" from https://github.com/zendframework/ZendSkeletonApplication
  2. Unzip the same
  3. Basic Skeleton Application setup - open command prompt, and run command A. "php ./composer.phar self-update" a. it will update the composer - dependency manager B. "php ./composer.phar update"

    C. "php ./composer.phar install"

    Note:-if there is occurs following problem in this step [You must enable the openssl extension to download files via https] then you should enable openssl by removing semicolon(;) Find line ;extension=php_openssl.dll in D:\wamp\bin\php\php5.4.12\php.ini and uncomment it (by removing ;). a. it will install zend framework and other dependencies. b. zend framework will be installed at ./vendor/zendframework

vHost Setup

One time setup 1. Create a new vhost to allow direct access to the development area using the guide http://cesaric.com/?p=255 2. Create a document root for zend base-directory in httpd.conf file similar to lines of DocumentRoot "d:/wamp/www/" [change path]

Note-if there is an error check your xxx-error.log file, 

find file in following path

D:\wamp\bin\apache\Apache2.4.4\logs\xxx-error.log

if it has following line

D:/zend/zend_test/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or      defined by a module not included in the server configuration

then go to wampserver->apache->apache modules and check rewrite_module and then restart your        wampserver and check your site

Every project setup 1. edit hosts file from "C:\Windows\System32\drivers\etc" 2. Create a virtualhost in file httpd-vhosts.conf in apache folder

For each module 1. Download the "Zend Skeleton Module" from https://github.com/zendframework/ZendSkeletonModule and start building the same

For more details refer below link http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html

like image 67
Ankur Tiwari Avatar answered Dec 04 '25 07:12

Ankur Tiwari



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!