Support queue management system.
Create project:
composer create-project "novosga/novosga:^2.0" novosga2
Run app installation command and follow instructions:
export APP_ENV=prod
export LANGUAGE=pt_BR
export DATABASE_URL="mysql://user:pass@localhost:5432/novosgadb"
bin/console novosga:install
Documentation in the Novo SGA official docker repository.
Clone repository:
git clone https://github.com/novosga/novosga.git novosga2
Then follow Composer install instruction.
To automated installation you need to set up the following environment variables before run novosga:install
command:
Database
- DATABASE_URL
Default administrator user
- NOVOSGA_ADMIN_USERNAME
- NOVOSGA_ADMIN_PASSWORD
- NOVOSGA_ADMIN_FIRSTNAME
- NOVOSGA_ADMIN_LASTNAME
Default unity
- NOVOSGA_UNITY_NAME
- NOVOSGA_UNITY_CODE
Default priority 0
- NOVOSGA_NOPRIORITY_NAME
- NOVOSGA_NOPRIORITY_DESCRIPTION
Default priority 1
- NOVOSGA_PRIORITY_NAME
- NOVOSGA_PRIORITY_DESCRIPTION
Default attendance place
- NOVOSGA_PLACE_NAME