Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 464 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 464 Bytes

Symfony web application with restricted access area and user management

Requirements

  1. php
  2. composer
  3. yarn
  4. WWW server

Instalation:

  1. Clone repo.
  2. Create database and database user.
  3. Copy .env.dist to .env
  4. Edit .env file or server ENV - set database parameters.
  5. Run install.sh.
  6. Configure WWW server to "public" directory.