I'm getting started with Laravel and Jenkins. First time using either of these technologies. I have Laravel installed and got the welcome page showing. I now want to install Jenkins. I was looking at this tutorial but that installs Laravel differently. I've used composer to install Laravel so I'm not entirely sure how I should do the "configure the build" step:
Configure build
Now clone my github repository laravel-jenkins which is the boilerplate for all the config files and the Jenkins job.
cd /var/www
git clone git://github.com/modess/laravel-jenkins.git
mv laravel-jenkins/* laravel/
cd /var/www/laravel
Now you should have these files in your Laravel directory as well:
build/
- code-browser/
- coverage/
- logs/
- pdepend/
- phpcs.xml (PHP Code Sniffer config)
- phpmd.xml (PHP Mess Detector config)
build.xml (build config)
config.xml (Jenkins job config)
phpunit-bootstrap.php (PHPUnit bootstrap script)
phpunit.xml.dist (PHPUnit config)
Can anyone offer any suggestions on how best I proceed with this?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/21auFra
via IFTTT
Aucun commentaire:
Enregistrer un commentaire