Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

Dockerized v1.0 server files by spirtum rev1

No permission to download

Allods online v1.0 server by spirtum​

Requirements​

python3
make
docker
docker-compose

Guide​

Create databases​

$ make db/prepare

Configure external IP. Need rebuild images after every configuring​

$ python3 scripts/configure_external_ip.py <IP>

Build images​

$ make build

Launch servers​

$ make up

Create account example (when the account server is running)​

$ python3 scripts/create_account.py --name admin --password admin --role Master

Shutdown servers​

$ make down
Author
spirtum
Downloads
5
Views
101
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top