Skip to content

Latest commit

 

History

History
executable file
·
49 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

executable file
·
49 lines (36 loc) · 1.5 KB

SYP-LXC Backend

Build Status FOSSA Status

coverage report

Requirements

  • see requirements here

Installation from Source

Resolve dependencies and set parameters

composer install

Create Database schema

php bin/console doctrine:schema:update --force

Test password grant client erzeugen

php bin/console doctrine:fixtures:load

User erzeugen

php bin/console app:create-user

Installation via Docker

  • see prod environment documentation here
  • see backend development environment documentation here

Documentation

Create up to date Swagger documentation

./vendor/bin/swagger -e vendor

Hosted swagger docs

here

License

FOSSA Status