Skip to content

cleverage/eav-manager-starter-kit

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

Using the process-bundle

Since the CDM v2.2, the process-bundle is now an independent package. It has been installed by default in this starter kit but feel free to remove it if you don't use it.

Editing your model

All the configuration is in app/config.

About

Starter Kit for the Clever Data Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •