Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernandocarletti/symfony2-jenkins-template
A template for Symfony2 on Jenkins. Based on Sebastian Bergmann's template
https://github.com/fernandocarletti/symfony2-jenkins-template
Last synced: about 1 month ago
JSON representation
A template for Symfony2 on Jenkins. Based on Sebastian Bergmann's template
- Host: GitHub
- URL: https://github.com/fernandocarletti/symfony2-jenkins-template
- Owner: fernandocarletti
- Created: 2012-05-22T13:52:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-19T11:58:23.000Z (almost 12 years ago)
- Last Synced: 2024-10-09T17:55:38.288Z (about 1 month ago)
- Size: 111 KB
- Stars: 62
- Watchers: 7
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Symfony2 Jenkins Template
=========================Based on Sebastian Bergmann's template: http://github.com/sebastianbergmann/php-jenkins-template
### Installation
Follow the installation steps from [Jenkins PHP](http://jenkins-php.org) for installing needed deendencies (ignore the xml files from there) and follow with these particular steps:
1. Clone this repository:
git clone [email protected]:xurumelous/symfony2-jenkins-template2. Move the jenkins folder to `[SYMFONY2_ROOT]/app/Resources/` inside your Symfony2 project.
3. Move `build.xml` to the root folder of your Symfony2 application.
4. Move `phpunit.xml` to `[SYMFONY2_ROOT]/app` folder or update the existing one. The `logging` node is needed!
5. Add the [symfony2-coding-standards](https://github.com/opensky/Symfony2-coding-standard) in your phpcs naming it as `Symfony2` or edit the phpcs target on build.xml with the right parameters for your envirement.
You can customize the configuration as you want, this works fine with me :)