trysoft / millipede
Small project based on docker symfony for randomly choose developers for code review
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/trysoft/millipede
Requires
- phalcon-ext/mailer: ~2.0
Requires (Dev)
- phalcon/devtools: ~3.4
This package is auto-updated.
Last update: 2025-09-29 02:28:07 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