Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddeboer/123symfony
Easy Symfony2 setup
https://github.com/ddeboer/123symfony
Last synced: 17 days ago
JSON representation
Easy Symfony2 setup
- Host: GitHub
- URL: https://github.com/ddeboer/123symfony
- Owner: ddeboer
- License: mit
- Created: 2012-05-03T14:54:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-03T21:13:32.000Z (over 12 years ago)
- Last Synced: 2024-11-16T06:55:00.060Z (2 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.