Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novosga/novosga
Sistema de Gerenciamento de Atendimento adaptável para grandes e pequenas organizações.
https://github.com/novosga/novosga
attendance fila management php queue support
Last synced: about 2 months ago
JSON representation
Sistema de Gerenciamento de Atendimento adaptável para grandes e pequenas organizações.
- Host: GitHub
- URL: https://github.com/novosga/novosga
- Owner: novosga
- License: mit
- Created: 2012-12-03T13:07:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:13:01.000Z (9 months ago)
- Last Synced: 2024-04-22T13:17:36.051Z (9 months ago)
- Topics: attendance, fila, management, php, queue, support
- Language: PHP
- Homepage: https://novosga.org
- Size: 12 MB
- Stars: 213
- Watchers: 45
- Forks: 189
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Novo SGA
Support queue management system.
## Installation
### Via Composer
Create project:
composer create-project "novosga/novosga:^2.1" 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### Via Docker
Documentation in the Novo SGA official [docker repository](https://github.com/novosga/docker/tree/master/novosga-2.1).
### Via Git
Clone repository:
git clone https://github.com/novosga/novosga.git novosga2
Then follow Composer install instruction.
### Automated installation
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