The main documentation is located here: CleverAge/EAVManager
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
$ sf doctrine:schema:create
$ sf eavmanager:create-user -a [email protected] -pMyPassw0rd
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
Starting your containers
$ make start
Stoping your containers
$ make stop
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.
All the configuration is in app/config
.