In this folder you will find all necessary scripts to run and configure the application. The purpose of this scripts is to automize the administration process and help programmers to speed up their development and reduce the administration tasks of them.
This script shows the possible [Symfony routes](https://symfony.com/doc/current/routing.html).
### [schema-update.sh](./schema-update.sh)
This script updates the database schema based on [Doctrines ORM](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/working-with-objects.html)
### [schema-validate.sh](./schema-validate.sh)
This script validates the database schema based on [Doctrines ORM](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/working-with-objects.html)
### [services.sh](./services.sh)
This script shows the possible [Symfony services](https://symfony.com/doc/current/service_container.html).
### [schema-validate.sh](./schema-validate.sh)
This script validates the administration scripts with [shellcheck](https://www.shellcheck.net/)
### [start.sh](./start.sh)
This script starts the local instance of the software. It can just be executed in an initialized environment.
### [stop.sh](./stop.sh)
This script stops the local instance of the software.
### [submodule.sh](./submodule.sh)
This script pulls the [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
### [submodule-init.sh](./submodule-init.sh)
This script initializes the [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
### [submodule-sync.sh](./submodule-sync.sh)
This script synchronizes the [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).