8000 feat(docker): add pipeline and docker support by Helias · Pull Request #442 · Sarjuuk/aowow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(docker): add pipeline and docker support #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8000
Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Helias
Copy link
Contributor
@Helias Helias commented Mar 25, 2025

What the two gh workflows do?

The e2e-test-setup is not a real e2e tests, because it does not make any assertion, it verifies partially the setup (specifically it runs php aowow --sql and php aowow --build). It's a fast way to verify the output of it, without building all the full application locally. I would like to ask you @Sarjuuk some feedback about which screenshots we could generate to verify the major AoWoW functionalities, in terms of NPCs, zones, objects and any entity we could select for this.

Note: as written in the README the wow images and mpqdata are not involved during the setup (only DBCs are), so all the images will not be present.

How to test docker

docker pull ghcr.io/helias/www-aowow:docker-setup
docker run --name aowo-docker -p 80:80 ghcr.io/helias/www-aowow:docker-setup

Visit 127.0.0.1

@Sarjuuk Sarjuuk added the Feature request i want something that is missing label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request i want something that is missing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0