I need to run various commands through a nice GUI and would prefer to have it web based.
I need to automatically run a series of commands from db_load to mkdir with the relevant information being substituted into the commands presumably from text boxes on the page. What language would you suggest I write this in and where would I go to read the relevant documentation.
I am completely comfortable with the commands that I need to issue, I've even written scripts to do just that but not in anyway familiar with how to write a webpage interface.
(Obviously as the page will be running root commands, albeit limited in scope, the page will have to be password access - I was wondering whether it might be more sensible to setup a separate user with access to only the commands required but the commands are so varied in their scope that anyone who managed to gain access would just be able to gain full control anyway)
I need to automatically run a series of commands from db_load to mkdir with the relevant information being substituted into the commands presumably from text boxes on the page. What language would you suggest I write this in and where would I go to read the relevant documentation.
I am completely comfortable with the commands that I need to issue, I've even written scripts to do just that but not in anyway familiar with how to write a webpage interface.
(Obviously as the page will be running root commands, albeit limited in scope, the page will have to be password access - I was wondering whether it might be more sensible to setup a separate user with access to only the commands required but the commands are so varied in their scope that anyone who managed to gain access would just be able to gain full control anyway)