steffenbrand/error-radar
Composer 安装命令:
composer create-project steffenbrand/error-radar
包简介
Error Radar is a fullscreen dashboard to monitor build plans from various build servers that you can use on a big screen in your office.
README 文档
README
Error Radar is a dashboard to monitor plans from various build servers that you can use on a big screen in your office.
Currently supported build servers
- Bamboo (tested with 6.1.1)
Planned build servers
- Jenkins
- Travis CI
Screenshots
Dashboard
Settings
Installation
Requirements
- PHP >= 7.0
- A database, peferably MySQL (other databases supported by CakePHP3 are fine as well)
- A webserver, preferably nginx or Apache 2.4 (Installation and configuration of your webserver is not part of this installation guide)
Get composer
Install application
Go to your desired installation directory and run the following command, to install the application using composer.
composer create-project steffenbrand/error-radar error-radar
Alternatively you could clone the git repository and run composer install afterwards.
Create an empty database
- Preferably MySQL
- utf8_general_ci
- InnoDB
Configure database
Edit the config/app.php file.
cd error-radar
nano config/app.php
At the top of the file you will find the Datasources array.
Edit the configuration to your needs and save.
////////////////////////////////////////////////////////////////////////////////////////////////////////////
// CONFIGURE YOUR DB CONNECTION HERE ///////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
'host' => 'localhost',
'username' => 'my_app',
'password' => 'secret',
'database' => 'my_app',
'port' => '3306',
'driver' => 'Cake\Database\Driver\Mysql',
////////////////////////////////////////////////////////////////////////////////////////////////////////////
Migrate and seed database
Run the following commands from the applications root directory to create the database and insert a default admin user.
bin/cake migrations migrate
bin/cake migrations seed
Go for it
Login and create your categories, configure your servers and add plans. The admin default credentials (please change them immediately) are as follows:
user: admin
password: password
Security concerns
Error Radar stores the build servers passwords (encrypted) in the database, so make sure to ...
- create and use accounts that have only READ access to the build servers REST API.
- make it reachable only within your network.
- separate the application server from the database server.
steffenbrand/error-radar 适用场景与选型建议
steffenbrand/error-radar 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16 次下载、GitHub Stars 达 3, 最近一次更新时间为 2017 年 10 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 steffenbrand/error-radar 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 steffenbrand/error-radar 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 13
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-23

