• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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