H
H
Habazlam2013-09-16 16:30:15
JavaScript
Habazlam, 2013-09-16 16:30:15

Replace GUI with web interface?

There is a server software. Now it is configured and controlled through the local GUI console, I want to replace it with a web interface. What to see, where to dig?

UPD: Yes, our softina is stupid, sorry.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nikolai Turnaviotov, 2013-09-16
@foxmuldercp

If you understand what it does, or you have its source codes, it will not be difficult for you to write an Asp.Net MVC application, after reading the manuals for 3 and 4 mvc, they are completed in half an hour each

H
hMartin, 2013-09-16
@hMartin

The simplest thing is to raise a web server and make an admin panel in php for editing configs, but this, I think, is obvious.

R
RMV1983, 2013-09-16
@RMV1983

I think it's worth seeing if it's possible to perform the same actions via bash/cmd. Maybe there is a console version of this program. And then - you can already try to attach a web interface to this control in your favorite language. Calling console commands will already depend on the features of the language. Well, there is always the option to write everything yourself.
Most likely, for the web interface, you will have to install on the server (if not), for example: Apache (HTTP server) and Perl/PHP/Python/Ruby and/or the like.

Z
Z0nd0R, 2013-09-16
@Z0nd0R

The web interface can be made on ExtJS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question