renamed repo
This commit is contained in:
parent
3de1526408
commit
af56dd11d9
3 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ Cygwin-based agent that lets the GameServer Panel manage Windows Server 2019/202
|
|||
## Related repositories
|
||||
|
||||
- [GSP](https://github.com/GameServerPanel/GSP) – PHP panel that issues commands to the agents.
|
||||
- [GSP_Agent_Linux](https://github.com/GameServerPanel/GSP_Agent_Linux) – Linux counterpart with systemd service files.
|
||||
- [GSP-Agent-Linux](https://github.com/GameServerPanel/GSP-Agent-Linux) – Linux counterpart with systemd service files.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ This document mirrors the internal WDS wiki entry so it can be viewed directly f
|
|||
|
||||
- **Project scope** – PHP web panel + billing, Linux and Windows agents, 100+ XML driven game templates.
|
||||
- **Audience** – Administrators and integrators who maintain commercial hosting fleets.
|
||||
- **Companion repos** – [`GSP_Agent_Linux`](https://github.com/GameServerPanel/GSP_Agent_Linux) and [`GSP-Agent-Windows`](https://github.com/GameServerPanel/GSP-Agent-Windows).
|
||||
- **Companion repos** – [`GSP-Agent-Linux`](https://github.com/GameServerPanel/GSP-Agent-Linux) and [`GSP-Agent-Windows`](https://github.com/GameServerPanel/GSP-Agent-Windows).
|
||||
- **Color coding** – We keep the “rust + charcoal” palette across documentation so screenshots match the UX.
|
||||
|
||||
## Quick Install (deploy_gsp.sh)
|
||||
|
|
@ -43,7 +43,7 @@ All provisioning logic flows through XML definition files, so keep IDs, attribut
|
|||
1. Install dependencies: `sudo apt install git curl rsync perl libxml2-utils screen` (Ubuntu 24.04+).
|
||||
2. Clone and install:
|
||||
```bash
|
||||
sudo git clone https://github.com/GameServerPanel/GSP_Agent_Linux.git /opt/gsp-agent
|
||||
sudo git clone https://github.com/GameServerPanel/GSP-Agent-Linux.git /opt/gsp-agent
|
||||
cd /opt/gsp-agent
|
||||
sudo bash install.sh
|
||||
sudo bash agent_conf.sh -s "yourRootPassword" -u ogp_agent
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ The Linux agent (`ogp_agent.pl`) exposes the RPC endpoint that allows the GameSe
|
|||
```bash
|
||||
sudo apt update
|
||||
sudo apt install -y git curl rsync screen perl libxml-parser-perl libpath-class-perl libarchive-zip-perl libhttp-daemon-perl
|
||||
sudo git clone https://github.com/GameServerPanel/GSP_Agent_Linux.git /opt/gsp-agent
|
||||
sudo git clone https://github.com/GameServerPanel/GSP-Agent-Linux.git /opt/gsp-agent
|
||||
cd /opt/gsp-agent
|
||||
sudo bash install.sh
|
||||
sudo bash agent_conf.sh -s "root-password" -u ogp_agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue