Replies: 2 comments
-
I'm going to start with some very simple stuff here, parsing the XML configuration into a nice Python array. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Starting on my fork of this project https://github.com/Woovie/mtasa-server-manager |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
As a server administrator, I'd like a set of CLI tools to manage my server's configuration simply and concisely instead of directly manipulating XML or other configuration file formats, to avoid possibly markup errors.
Describe the solution you'd like
A simple script stored in the document root of the server would be fine. As well, the script should be OS agnostic -- This means something like Python should be used, in the case of Python sticking to 2.7 would be best for global compatibility.
Beta Was this translation helpful? Give feedback.
All reactions