mineplus/standard-edition

dev-master 2013-12-23 14:53 UTC

This package is not auto-updated.

Last update: 2024-03-25 12:29:17 UTC


README

MinePlus is a web panel that enhances your minecraft gameservers with social features.

Installation

Note: As longs as there is no stable release, you have to append --stability=dev to the command.

  1. Download composer to create a new MinePlus project: php composer.phar create-project mineplus/standard-edition <path>
  2. Aftert following the instructions, and creating the db, run all new migrations: $ php app/console doctrine:migrations:migrate.