Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PW’s Docker Package

Newbie Spellweaver
Joined
Mar 12, 2021
Messages
6
Reaction score
5
PW’s Docker Package

:thumbup1:Q&A :thumbup1:

Q: What’s the objective of this package?

A: Simplify PWSever installation and help in administration with containers.

Q: What’s needed to accomplish?

A: A computer with linux compatibility or virtualization.

Q: Which is the best infrastructure for this package?

A: Linux directly installed in your hardware.

Q: Which is the most accessible infrastructure?

A: Windows with virtualbox virtualization.

Q: What versions of pw server are available?

A: For the first post, only 1.3.6 from 343’s Complete Package.

Q: Is it possible to upgrade till 1.5.5?

A: YES!

Q: Are those files from?

A: Everyone in this forum. Everyone helps! Share!

:mad: WARNING!! DO NOT WASTE YOUR TIME! This package does NOT work with DOCKER DESKTOP for Windows (mac not tested) and Windows WSL! Be advised. :mad:

APPLICATIONS NEEDED

For Windows


1. Oracle VirtualBox



2. Any Linux Distro



3. Docker for linux



4. Docker compose



For Linux

1. Docker for linux



2. Docker compose



DOCKER
All my projects for PW are in

watch the video if you have any problems



1. PERFECT WORLD IMAGE BUILDER AND DEPLOYER

Source code:
GOOGLE DRIVE LINK:
This repo is responsible for creating the docker image used to deploy it.
IMPORTANT: download PWServer.tar from Google Drive...
Place PWServer.tar file at the builder folder
To build use docker-compose at deployer folder:
Code:
docker-compose build


2. PERFECT WORLD CUP MANAGER

Source code:

A simple cup manager, if you don’t need or want, just skip this step.
To build, you can use docker-compose as before, no big deal
Code:
docker-compose build

3. PERFECT WORLD WEBDASHBOARD

Source code:

A simple web dashboard (WIP).Just download this repo and start with:
Code:
docker-compose up



To start all services just run docker-compose up in each folder (must have multiples ttys or run with docker-compose -d)

If you are having problems, see the video, if you still have problems use google.Or post in this thread!See ya!​
 
Last edited:
Back
Top