PHP Komut Satırı koşu, Zend Framework sorun kurmak

0 Cevap php

Sıfırdan bir Zend Framework Web uygulaması kurmak öğrenmek için çalışıyorum Im. Ive Magento kullanıyorum ve ben Zend ne kadar güçlü anlıyorum, ama kafamın üzerinde im o gibi görünüyor.

Yani Keith Pope tarafından Zend 1.8 ile web uygulamaları geliştirmek, bir kitap aldım, ve ben bile ilk bölümde geçmiş takip edemez. Beni cehenneme kafa karıştırıcı şey tüm komut satırı anlaşma.

İşte kitaptan bir pasaj -

Once we have downloaded the Zend Framework release package, we need to do some basic installation before we can start creating our application. First, create a new directory within your web server's document root, from which the application will be served. The examples in this chapter use the directory name of helloZend. Next, copy the library and bin directories from the release package into the newly created directory. The library directory contains all of the Zend Frameworks source files, and the bin directory contains the command line interface for the Zend Framework. The Zend Framework is now installed and ready for use! Creating the project structure We are now ready to start creating the directory structure for our project. In order to do this, we are going to use the command line interface provided by the Zend Framework. This interface uses the Zend_Tool component that provides a whole host of commands that makes it very easy to get up and running with the Zend Framework in just a few minutes. In order to create the project structure, open up your command line and change into the hellozend directory, and then run the following command: For Windows users: bin\zf.bat create project For Linux and Mac users: bin/zf.sh create project

Tamam çok Ive tüm bu yapılır. Ama önce kısmen yukarıdaki kadar o, web sunucusuna yükleyin zaten yoktu diyor. Ama sonra bu tam olarak nasıl yapacağız, "komut satırını açın"? Ben erişebilirsiniz anlıyorum sadece komut satırı Terminal, ben Terminali ile bir şey yapmak ya da musunuz?? (Bir mac Im) - Ben benim webserver düz bin / zf.sh gezinme çalıştı ve a ile bu bağlantıyı açmak için ne istiyorsun, ben terminali seçtim ve hiçbir şey olmadı getirdi.

Birisi bana bu açıklık miyim? Ben bu aptal bir soru olabilir farkındayım, ama ben sıfır deneyim olmayan canlı sunucuları ile çalışan ve ne değildir var ....

0 Cevap