AntoineTurmel / nightingale-tools

This repo is a set of tools for Nightingale
2 stars 1 forks source link

Web interface #20

Open AntoineTurmel opened 11 years ago

AntoineTurmel commented 11 years ago

It would be nice to have a web interface with limited access. Options would be be:

Either PHP or node.js would do for me.

AntoineTurmel commented 11 years ago

I'm doing some tests with my server...

AntoineTurmel commented 11 years ago

As suggested it would be good to use cron for this:

  1. When user click on force build, web interface create a temporary file
  2. Triggered by cron, a script check for this temporary file and then build or not NG With this it would reduce security issues.
ilikenwf commented 11 years ago

php can call shell commands...so you could just call it with -f, and maybe add an option to specify the branch and etc in the command...