daithi-coombes / vagrant-jenkins-php

Vagrant box for running Jenkins with PHP projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build file for installation

daithi-coombes opened this issue · comments

Research alternatives to make for tasks to use the vm. With the concept of open source and non blocking access to the vm research:

  • nodejs or io.js
  • python

promising alternatives to make suggests doit because:

  • you can define how a task/rule is up-to-date (not just checking timestamps, target files are not required)
  • dependencies can be calculated dynamically by other tasks
  • task's actions can be python functions or shell commands

brunch.io HTML5 build tool A nodejs module for build automation and also can create HTML5 desktop application projects - could prove priceless if an HTML5 app was used as gui

using puphpet to build the vm. bf02b30