haclong
17/02/2017 19:56:00
Développement, Haclong projects
Crédit : Sebastian Mantel - Unsplash
Within the same stage, we have scheduled two jobs : one job for the coverage tests and the other job for the unit tests and the build. On the previous post, we have seen how to set the coverage tests job. In today's post, we will see how to set the other job, the one with the testing and the copying and the pushing...
haclong
17/02/2017 10:27:00
Développement, Haclong projects
Crédit : Sebastian Mantel - Unsplash
Dans un même stage, nous avons deux jobs : un job en charge des tests de couverture de code et un job en charge des tests unitaires et copie du code validé vers un dépot de source / dépôt git distant. Nous avons vu dans un article précédent comment on paramètre le job pour faire les tests de couverture et dans cet article, nous allons voir comment on finalise le stage.
haclong
07/02/2017 19:45:00
Développement, Haclong projects
Crédit : Sebastian Mantel - Unsplash
Let's summarize : we have installed our very first pipeline and within that pipeline, a first stage. As a first stage, most of the time, it will install the project : load and install libraries. Once the project is successfully installed, let's move to the next stage : tests.
haclong
07/02/2017 10:25:00
Développement, Haclong projects
Crédit : Sebastian Mantel - Unsplash
Résumons nous : on a installé un premier pipeline et dans ce pipeline, un premier stage. Le stage initial, la plupart du temps, consistera à installer votre projet : récupérer les librairies, les installer. Une fois que le projet est installé, passons au stage suivant : les tests.
haclong
27/01/2017 19:43:00
Développement, Haclong projects
Crédit : Sebastian Mantel - Unsplash
Once the pipeline have been created in GoCD, let's see together how we can set our first build.
haclong
27/01/2017 09:53:00
Développement, Haclong projects
Crédit : Sebastian Mantel - Unsplash
Une fois que le pipeline a été créé dans GoCD, voyons en détail le paramétrage pour notre premier build.
haclong
07/06/2013 20:03:00
Développement
Dans la première partie de ce dyptique, nous avons vu que la configuration d'une application montée avec Zend Framework 2 était répartie sur plusieurs fichiers chargés successivement. Nous avons également vu l'ordre de chargement de ces fichiers : la configuration de l'application en premier lieu, la configuration de chacun des modules, avec, rappelons le, la priorité au premier module trouvé, et enfin le chargement en toute fin des modules supplémentaires. Chaque module contient des informations propres et un élément de Zend se charge de fusionner tous ces différents fichiers de configuration. Voyons maintenant ce que contiennent ces fichiers de configuration.
haclong
14/06/2012 14:38:00
Développement, Haclong projects
For a straight forward installation of the Drupal CMS, as stated in their install manual, you ought to unzip the drupal archive and with an FTP client, drag and drop the content of the archive into your public directory. Of course, for my part, there is here a couple of issues which I don't really like, first of all, the fact that you can't host your drupal install into a subdirectory and access it straight through your domain name. Searching the web tends to prove that I'm not the only one in need of this option.