Software para facilitar el regitro, búsqueda, difusión y denuncia de casos de bebes robados.
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
Te recomendamos usar meteor up
junto con docker
(mup).
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
Sample of settings to use sentry & raven:
"public": {
"isProduction": true,
"ravenClientDSN": "https://XXXXXXXXXXXXXX@example.com/X"
},
"private": {
"ravenServerDSN": "https://XXXXXXXXXXXXX:XXXXXXXXXXXX@example.com/X"
}
}
- Jose González Besteiro, traducción al Gallego (entre otras cosas)
- @sergigres, traducción al catalán (moltes gracies!) y francés (merci!)
- @vjrj