Merge branch 'patch-2' of https://github.com/lsmith77/ZendSkeletonApplication into...
[zf2.biz/application_blanche.git] / README.md
1 ZendSkeletonApplication
2 =======================
3
4 Introduction
5 ------------
6 This is a simple, skeleton application using the ZF2 MVC layer and module
7 systems. This application is meant to be used as a starting place for those
8 looking to get their feet wet with ZF2.
9
10
11 Installation
12 ------------
13
14 Using Composer (recommended)
15 ----------------------------
16 The recommended way to get a working copy of this project is to clone the repository
17 and use composer to install dependencies using the "create-project" command:
18
19     curl -s http://getcomposer.org/installer | php --
20     php composer.phar create-project zendframework/skeleton-application path/to/install
21
22 Using Git submodules
23 --------------------
24 Alternatively, you can install using native git submodules:
25
26     git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive
27
28 Virtual Host
29 ------------
30 Afterwards, set up a virtual host to point to the public/ directory of the
31 project and you should be ready to go!