-
Notifications
You must be signed in to change notification settings - Fork 1
System Setup
Ryan Young edited this page Feb 6, 2024
·
4 revisions
This is a comprehensive guide on setting up and running LGSM-WebGUI, 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:
- PyCharm Pro: A preferred option, offering comprehensive features.
-
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.