Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 318 Bytes

File metadata and controls

22 lines (14 loc) · 318 Bytes

cua_webinterface

The Web Interface for CUA

Install

Configure the DATABASE_URL variable in your .env.local at the project root.

Run theirs commands:

$ composer install
$ bin/console doctrine:migration:migrate

Run localy with Symfony client

Run:

$ symfony serve