Initial composer commit.
[zf2.biz/galerie.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 The easiest way to get a working copy of this project is to clone the repository
14 and use composer to install dependencies:
15
16     cd my/project/dir
17     git clone git://github.com/zendframework/ZendSkeletonApplication.git
18     cd ZendSkeletonApplication
19     curl -s http://getcomposer.org/installer | php (windows: download http://getcomposer.org/installer and execute with PHP)
20     php composer.phar install
21
22 Afterwards, set up a virtual host to point to the public/ directory of the
23 project and you should be ready to go!