Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primeroIMS/primero
Primero is an application designed to help child protection workers and social workers in humanitarian and development contexts manage data on vulnerable children and survivors of violence. Please carefully read our LICENSE. If you would like access to the CPIMS+ and GBVIMS+ configurations, please contact: [email protected]
https://github.com/primeroIMS/primero
Last synced: about 1 month ago
JSON representation
Primero is an application designed to help child protection workers and social workers in humanitarian and development contexts manage data on vulnerable children and survivors of violence. Please carefully read our LICENSE. If you would like access to the CPIMS+ and GBVIMS+ configurations, please contact: [email protected]
- Host: GitHub
- URL: https://github.com/primeroIMS/primero
- Owner: primeroIMS
- License: other
- Created: 2016-11-04T13:19:18.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:07:34.000Z (about 1 month ago)
- Last Synced: 2024-10-29T21:24:22.380Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.primero.org
- Size: 196 MB
- Stars: 53
- Watchers: 13
- Forks: 62
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ngo - Primero - Primero is an open-source application designed to help child protection workers and social workers in humanitarian and development contexts manage data on vulnerable children and survivors of violence. (Tools / Data)
README
Primero
========
[![Build Status](https://github.com/primeroIMS/primero/actions/workflows/app.yml/badge.svg?branch=main)](https://github.com/primeroIMS/primero/actions)> [!WARNING]
> **Primero v2.10 adds support for PostgreSQL 15!**
> Support for PostgreSQL 14 is retained and remains the default when running using Ansible/Docker Compose. Please use this opportunity to upgrade! PostgreSQL 15 will be the default starting with Primero v2.11. support for PostgreSQL 10, 11 has been dropped and 14 will all eventually dropped. See [here](doc/postgres_upgrade.md) for a recommended upgrade process.## Development
A guide to getting started with Primero development is available [here](doc/getting_started_development.md).
## Notes
- It is known that a few npm packages will throw a `requires a peer of` warning. Examples: Mui-datatables is behind on updating dependecies. Jsdom requires canvas, but we are mocking canvas. Canvas also requires extra packages on alpine, which is the reason for mocking canvas.
## Contributing
- If contributing to the UI, make sure to read over the [UI/UX Development](doc/ui_ux.md) documents.
- If you are contributing via the DAO, make sure to read the relevant documents [here](doc/dao/README.md).## Production
Primero is deployed in production using Ansible. Detailed Ansible instructions exist in the file [ansible/README.md](ansible/README.md)