Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmosh/mnch
chai project
https://github.com/cmosh/mnch
chai docker health hplab-strathmore laravel-framework mnch monogodb nascop php redis
Last synced: 10 days ago
JSON representation
chai project
- Host: GitHub
- URL: https://github.com/cmosh/mnch
- Owner: cmosh
- Created: 2015-07-16T06:37:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T10:27:31.000Z (over 7 years ago)
- Last Synced: 2024-11-12T21:42:56.883Z (2 months ago)
- Topics: chai, docker, health, hplab-strathmore, laravel-framework, mnch, monogodb, nascop, php, redis
- Language: PHP
- Size: 40.8 MB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MNCH Surveys [![](https://images.microbadger.com/badges/image/cmosh/mnch.svg)](https://microbadger.com/images/cmosh/mnch "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/cmosh/mnch.svg)](https://microbadger.com/images/cmosh/mnch "Get your own version badge on microbadger.com")
Maternal Neonatal and Child Health Surveys data collection and analysis tool, available [here](https://em.nascop.org)
## Architecture
- Laravel (PHP7), Mongodb 3.2, Redis 3.*
- efficiently/larasset used to minify assets
- Also packaged as a singular docker container## Custom Commands
- Custom php artisan commands used for management and deploymet
### Docker compose
docker:build Build the specific docker service or all services.
docker:debug Open a privileged shell to debug a specific service
docker:down Stops all docker container instances. Use --v to delete all volume data.
docker:restart Restart the specific docker service or all services.
docker:run Runs mnch with pre-defined docker images. Use the --d option to daemonise in production).
docker:start Start the specific docker service or all services.
docker:status Check running containers
docker:stop Stops all docker container instances or specific service instance. Use --t to specify time in seconds for shutdown.### Firebase backups
firebase:backup Manually run firebase backup.(Backups usually run automatically)
firebase:restore Restore firebase backups.## Configuration
- Look at the .env.template