Skip to content

comunes/bebes-robados

Repository files navigation

Iniciativa de Registro y Búsqueda de Bebes Robados

Software para facilitar el regitro, búsqueda, difusión y denuncia de casos de bebes robados.

Build Status

Uso

Este software está desarrollado con meteor, así que simplemente, bájate el código y ejecuta:

meteor npm install
meteor --settings settings.json # or npm run start

Instalación

Te recomendamos usar meteor up junto con docker (mup).

Tests

Usamos CucumberJS a través de chimp.

Se ejecutan con un:

npm run cucumber
# You should start meteor
meteor
# And later run the tests and watch for changes
cd tests/cucumber
chimp --watch --ddp=http://localhost:3000 # during development to pass only @watch tagged tests
chimp --ddp=http://localhost:3000         # to do all the tests

Settings

Sample of settings to use sentry & raven:

    "public": {
        "isProduction": true,
        "ravenClientDSN": "https://XXXXXXXXXXXXXX@example.com/X"
    },
    "private": {
        "ravenServerDSN": "https://XXXXXXXXXXXXX:XXXXXXXXXXXX@example.com/X"
    }
}

Desarrolladores

  • Jose González Besteiro, traducción al Gallego (entre otras cosas)
  • @sergigres, traducción al catalán (moltes gracies!) y francés (merci!)
  • @vjrj

Licencia

AGPLv3

About

Iniciativa de registro y búsqueda de Bebes Robados

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE.txt
AGPL-3.0
COPYRIGHT-AGPLv3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published