Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddeboer/123symfony

Easy Symfony2 setup
https://github.com/ddeboer/123symfony

Last synced: 17 days ago
JSON representation

Easy Symfony2 setup

Awesome Lists containing this project

README

        

123Symfony Symfony2 skeleton
============================

This is a skeleton for Symfony2 applications. It is based on the [Symfony2
Standard Edition](https://github.com/symfony/symfony-standard). All non-
essential stuff has been stripped. Some other things have been added:

* `app_test.php` for functional testing, e.g. with Behat

Requirements
------------

Ant is required to set up the application. Install it

* in Ubuntu: `$ sudo apt-get install ant`
* in Mac OS: included by default(?)

Usage
-----

1. Download:

$ git clone https://github.com/ddeboer/symfony-skeleton

2. Set up:

$ ant setup

3. Enjoy.