Skip to content

A containerized local development environment for voluntary developers at legacy-game.net

License

Notifications You must be signed in to change notification settings

allanrehhoff/legacy-game-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legacy-game-docker

Local development environment containerized using Docker.

Clone this repository and run $ docker-compose up to start the development server.

In addition to this consult the documentation found at codebase.com.

Database files.

To import a copy of the database during docker-compose place the following files in the mysql/sql/ folder

  • legacy_gamedata.sql
  • legacy_globaldata.sql
  • legacy_tempdb.sql

You can also manually import .sql files using the bundled phpmyadmin container if so preffered.

PHPMyAdmin

A container of PHPMyAdmin is included in the environment, access it at localhost:8080

MySQL

Open docker-compose.yml to view MySQL credentials.
To change these edit the file and run docker-compose up --build

At first build a copy of the legacy database will be imported. This database will not be updated regularly, always make sure you have the latest content and structure from codebase

About

A containerized local development environment for voluntary developers at legacy-game.net

Topics

Resources

License

Stars

Watchers

Forks