Get support for dbu/dashboard

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

dbu/dashboard

This Symfony2 application provides a dashboard that collects information on various repositories and allows to search through it. This is particularly useful if a project spans multiple repositories.

To see a running installation, head to http://cmf.davidbu.ch

Installation

Install and configure elasticsearch.

This application is a standard Symfony2 project. Best follow the Symfony2 guide. In very short, this looks like:

curl -s http://getcomposer.org/installer | php
./composer.phar create-project dbu/dashboard

During composer install, you will be prompted for your Github credentials, which will be stored as plain text in app/config/parameters.yml. (Even if your repositories are public, the API only allows 5000 requests per hour without credentials. A single sync run for large organizations exceeds that limit.)

The configuration will also ask for repositories, but you might want to leave that unchanged and then open parameters.yml in an editor.

Usage

To populate the index, run the synchronize command:

app/console dbu:sync

This should populate elasticsearch. Now you can go to the home of your site to see things.

Console Issue Dumper

There is also a command to see open pull requests on the commandline, with date of last change. Run

app/console dbu:dump phpcr jackalope/jackalope-jackrabbit

Screenshot

Technology

This application is based on KNPLabs PHP Github API and elasticsearch (with the FOSElasticaBundle).

License

The code is licensed under the MIT license. See the LICENSE file.

Contributing

See CONTRIBUTING.md

Authors

David Buchmann mail@davidbu.ch and others

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2