-
Notifications
You must be signed in to change notification settings - Fork 1
System Setup
WebGSM Setup Guide and Supported Environments This is a comprehensive guide in progress on setting up and running WebGSM, along with the list of currently supported environments.
You can choose from two guides for installation on Debian 12:
Both guides provide instructions for installing on a virtual machine (VM) or bare metal. Using a VM is recommended for easier management.
If you prefer a VM setup, you can use various hypervisors based on your operating system:
Windows OS:
Linux:
To run LGSM-WebGUI, you need the following software:
-
Python3
-
Flask
-
Install Flask on Windows
- Open CMD
pip install Flask
- Updating Flask on Windows:
- Open CMD
python.exe -m pip install --upgrade pip
-
Install Flask on Windows
You can choose from different IDEs for LGSM-WebGUI development: This really is a personal choice.
- PyCharm Pro: My preferred option. They also have a community version just scroll to the bottom of the page!
-
Visual Studio Code: A suitable alternative for LGSM-WebGUI development.
- Note: Personal preference plays a role in selecting the IDE.
Feel free to choose the tools and setups that work best for you. Let's dive into the world of LGSM-WebGUI and simplify game server management!
This software in currently in very early alpha.