Download the PHP package steffenbrand/error-radar without Composer
On this page you can find all versions of the php package steffenbrand/error-radar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download steffenbrand/error-radar
More information about steffenbrand/error-radar
Files in steffenbrand/error-radar
Package error-radar
Short Description 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.
License MIT
Homepage https://github.com/steffenbrand/error-radar
Informations about the package error-radar
Error Radar
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.
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.
At the top of the file you will find the Datasources array.
Edit the configuration to your needs and save.
Migrate and seed database
Run the following commands from the applications root directory to create the database and insert a default admin user.
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:
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.
All versions of error-radar with dependencies
cakephp/cakephp Version 3.5.*
mobiledetect/mobiledetectlib Version 2.*
cakephp/migrations Version ~1.0
cakephp/plugin-installer Version ~1.0
josegonzalez/dotenv Version 2.*
steffenbrand/bamboo-api-client Version ^1.3.0