[WORK IN PROGRESS...]
Laravel-based monitoring and metrics collection server.
Linked repositories: Aggregator
| Server
| Installer
| Client.
(You may need sudo
for the setup
and migrate
commands since these include docker commands.)
mkdir canary && cd canary
git clone git@github.com:brightfish-be/blue-canary-installer.git .
./setup latest
- Edit your
.env
files ./migrate
mkdir blue-canary
cd blue-canary
git clone git@github.com:brightfish-be/blue-canary-aggregator.git
git clone git@github.com:brightfish-be/blue-canary-dashboard.git
git clone git@github.com:brightfish-be/blue-canary-server.git
git clone git@github.com:brightfish-be/blue-canary-installer.git
cd blue-canary-installer
docker-compose -f docker-compose.yml -f docker-compose-dev.yml build
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d
GNU General Public License (GPL). Please see License File for more information.