Skip to content

Files

Latest commit

8b5e2b6 · Nov 8, 2018

History

History
55 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.12 KB

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 your-email@my-domain.com -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.