Skip to content

shish/travmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

484 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravMap - Hosting notes

Requirements

  • PHP 8.4
  • SQLite3
  • GD library for image generation
  • Python 3.x (for management scripts)

General use

cd htdocs && php -S 127.0.0.1:8000 router.php
./manage.py add ts1.x3.europe.travian.com
./manage.py update
./manage.py remove ts1.x3.europe.travian.com

update can be run daily from cron

Docker use

Build image:

docker build -t travmap .

Run it, exposing public port 8805:

docker run --name sn-travmap --rm -ti -p 0.0.0.0:8805:8000 -t travmap

Run this as a cronjob to update internal data:

docker exec sn-travmap /utils/manage.py update

About

Travian Mapping Tool

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors