Skip to content

The-Alpha-Project/playermap-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online player map for Alpha-core.

The easiest way to start Playermap-flask, is to first start Alpha-core, Playermap-flask uses alpha-core dockers MariaDB to all its data.

in config sql host needs to be 127.0.0.1

I added a sql container so you don't need to use alpha-core.

in config sql host needs to be sql

you can start this by: docker compose --profile sql up

If you want to develop, just start docker and edit files in app dir, and reload the webpage.

to start docker just run in terminal: docker-compose up

app dir will be mounted as '/opt/playermap' inside the docker container.

if you having trouble accessing alpha-core MariaDB, add 'hostname: sql' to Alpha-core's docker-compose, under 'sql' section.

All creatures in Alpha-core spawned

All creatures in Alpha-core spawned

screen1

About

Online player map for Alpha-core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.9%
  • JavaScript 43.1%
  • HTML 2.5%
  • CSS 2.3%
  • Other 0.2%