- Download the latest release https://github.com/juandiegox21/XZone-Roleplay-V-RAGEMP/releases - make sure you download the executables and the server files.
- Move the
XZRPV
folder you downloaded from releases into yourLocal Disk (C:)
drive. - Unzip the Windows or Linux executable into the root of your project folder, in this case,
XZRPV
. - Run the server executable and ignore any errors for now.
- Open
XZRPV.csproj
file with Visual Studio. - (OPTIONAL) Open the
XZRPV.csproj
file and update output paths, if you followed the steps above you shouldn't have to worry about this step. - Compile the solution.
-
Download docker desktop https://www.docker.com/products/docker-desktop/
- You can also use docker-engine if you'd prefer, but I recommend docker desktop if you are new to docker.
-
Enable Hyper-v and virtualization, you can also do this using WSL 2 (I recommend using WSL 2).
-
In PowerShell, execute the following command
docker-compose up -d
and wait until it's finished running. -
Go into the XZRPV solution in Visual Studio.
-
The Migrations should have run successfully.
-
We recommend you use a MYSQL IDE to ensure the tables migrated successfully, we recommend https://tableplus.com/ as it's a light-weight IDE.
- After successfully compiling the project run the server executable once again.
- Enjoy!