Merge branch 'feature/zf2-path'
[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:
18
19     cd my/project/dir
20     git clone git://github.com/zendframework/ZendSkeletonApplication.git
21     cd ZendSkeletonApplication
22     php composer.phar install
23
24 Using Git submodules
25 --------------------
26 Alternatively, you can install using native git submodules:
27
28     git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive
29
30 Virtual Host
31 ------------
32 Afterwards, set up a virtual host to point to the public/ directory of the
33 project and you should be ready to go!