Skip to content

A simple GIM, it's like a PIM with a bit of DAM but for games, but not like GIMP which has nothing to do with games

Notifications You must be signed in to change notification settings

BlueBearGaming/GameRepository

Repository files navigation

CleverAge/EAVManager Starter Kit

The main documentation is located here: CleverAge/EAVManager

Installation

You will need make, docker and docker-compose installed on your machine.

$ make install && make shell

If this setup conflicts with open ports on your system, simply edit your docker/.env file.

From there you will be in a shell inside you main container

Setting up the database

$ sf doctrine:schema:create

Creating your admin user

$ sf eavmanager:create-user -a [email protected] -pMyPassw0rd

Accessing the application

The Nginx server will answer to any domain so you can either go to http://127.0.0.1 or to any domain matching this IP.

All the emails sent by the application are caught by mailcatcher: http://127.0.0.1:1080

Managing docker containers

Starting your containers

$ make start

Stoping your containers

$ make stop

Editing your model

All the configuration is in app/config.

About

A simple GIM, it's like a PIM with a bit of DAM but for games, but not like GIMP which has nothing to do with games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published