I have project building script on Linux server which performs 10 operations within 100 seconds. Now I need to provide designers and artists of the project a way to run that script with minimal efforts from their side possible (what I think the best is "Build" button within http://ourproject.page) and being able to track building process (view result of each operation as it happens).
What's the best/easiest way to implement it?