trysoft / millipede
There is no license information available for the latest version (1.0.0.0) of this package.
Small project based on docker symfony for randomly choose developers for code review
1.0.0.0
2018-06-08 12:59 UTC
Requires
- phalcon-ext/mailer: ~2.0
Requires (Dev)
- phalcon/devtools: ~3.4
This package is auto-updated.
Last update: 2024-12-29 05:04:55 UTC
README
Short project for random selection Code Review order
tech info
docker + nginx + php7-fpm + phalcon
Project install
- Clone project from github
- Go to millipede folder
- run:
docker-compose build
- run:
docker-compose up
- put in your
hosts
file:172.19.0.4 dev.millipede.local
After that millipede should be available from 172.19.0.4
or http://dev.millipede.local
Email send
If you want to send email to developers with millipede you have to set in file millipede/docker/php-fpm/ssmtp/ssmtp.conf
:
root=example@gmail.com
email addressAuthUser=example
auth usernameAuthPass=123456
auth password