Skip to content

Gabs496/symfony-mmo

Repository files navigation

Symfony MMO

Schermata del 2025-03-17 18-30-22

Please, if you like this project, follow me on Patreon: your follow will be a motivation for me 😃 Link: Click here to follow

How to install and run (Linux)

Requirements:

  • docker engine installed
  • Symfony Web Server installed

Then:

  1. if building a development environment, create new file compose.override.yaml in the root dir and paste

    services:
        mercure:
            command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile
    
  2. run

    git clone [email protected]:Gabs496/symfony-mmo.git
    cd symfony-mmo
    docker-compose up -d
    bin/console doctrine:database:create
    bin/console doctrine:migrations:migrate
    
  3. launch app with symfony server:start -d

  4. connect to http://localhost:8000 (or create your own proxy domain with Symfony Web Server)

After you need to manually create (this will be made automatically in future):

  • a record into security_user table
  • a new record into data_item_bag
  • a new record into data_player_character

About

Symfony MMO

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages