All Projects → novosga → Novosga

novosga / Novosga

Licence: mit
Sistema de Gerenciamento de Atendimento adaptável para grandes e pequenas organizações.

Projects that are alternatives of or similar to Novosga

Goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Stars: ✭ 127 (-14.77%)
Mutual labels:  queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-6.71%)
Mutual labels:  queue
Follow Github Organisation
Get notified when a new repository is created in a GitHub organisation
Stars: ✭ 143 (-4.03%)
Mutual labels:  support
Tiddlyresearch
Local and Anki-compatible note-taking tool based on TiddlyWiki
Stars: ✭ 129 (-13.42%)
Mutual labels:  management
Laravel Queue Monitor
Monitoring Laravel Jobs with your Database
Stars: ✭ 136 (-8.72%)
Mutual labels:  queue
Redfish Ansible Module
Ansible modules for Out-Of-Band Controllers using Redfish APIs
Stars: ✭ 139 (-6.71%)
Mutual labels:  management
Bull
Premium Queue package for handling distributed jobs and messages in NodeJS.
Stars: ✭ 11,748 (+7784.56%)
Mutual labels:  queue
Elephant Shed
PostgreSQL Management Appliance
Stars: ✭ 146 (-2.01%)
Mutual labels:  management
Resque Scheduler
A light-weight job scheduling system built on top of Resque
Stars: ✭ 1,713 (+1049.66%)
Mutual labels:  queue
Webapibenchmark
Web api management and performance testing tools
Stars: ✭ 143 (-4.03%)
Mutual labels:  management
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-11.41%)
Mutual labels:  management
Timequeue.js
A queue with custom concurrency and time limit.
Stars: ✭ 135 (-9.4%)
Mutual labels:  queue
Coravel
Near-zero config .NET Core micro-framework that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
Stars: ✭ 1,989 (+1234.9%)
Mutual labels:  queue
Scobot
SCORM API for Content. JavaScript library, QUnit tests and examples.
Stars: ✭ 128 (-14.09%)
Mutual labels:  support
Delayer
🌶️ 基于 Redis 的延迟队列中间件,采用 Golang 开发,支持 PHP、Golang 等多种语言客户端
Stars: ✭ 145 (-2.68%)
Mutual labels:  queue
Queue
A simple PHP task queue.
Stars: ✭ 125 (-16.11%)
Mutual labels:  queue
Idempiere
iDempiere. Community Powered Enterprise. Full Open Source Business Suite ERP/CRM/MFG/SCM/POS
Stars: ✭ 137 (-8.05%)
Mutual labels:  management
Bull exporter
Prometheus exporter for Bull metrics
Stars: ✭ 149 (+0%)
Mutual labels:  queue
Trytond
Mirror of trytond
Stars: ✭ 145 (-2.68%)
Mutual labels:  management
Aint Queue
🚀 An async-queue library built on top of swoole, flexable multi-consumer, coroutine supported. 基于 Swoole 的一个异步队列库,可弹性伸缩的工作进程池,工作进程协程支持。
Stars: ✭ 143 (-4.03%)
Mutual labels:  queue

Novo SGA

Support queue management system.

Installation

Via Composer

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:[email protected]:5432/novosgadb"

bin/console novosga:install

Via Docker

Documentation in the Novo SGA official docker repository.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].