The main documentation is located here: CleverAge/EAVManager
You will need make, docker and docker-compose installed on your machine.
$ make install && make shellIf 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] -pMyPassw0rdThe 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 startStoping your containers
$ make stopAll the configuration is in app/config.