dashboard for ci reporting
Go to file
OpenDev Sysadmins 479419ad1f OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:27 +00:00
etc add new dashboard code 2014-12-30 17:10:03 -05:00
radar modifications to stylesheet for mobile devices 2015-01-01 16:21:18 -08:00
scripts add new dashboard code 2014-12-30 17:10:03 -05:00
webclient modifications to stylesheet for mobile devices 2015-01-01 16:21:18 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:27 +00:00
README.md update readme, fix webclient install, add wsgi app 2015-01-01 01:33:20 -08:00
requirements.txt add new dashboard code 2014-12-30 17:10:03 -05:00
setup.cfg update readme, fix webclient install, add wsgi app 2015-01-01 01:33:20 -08:00
setup.py add new dashboard code 2014-12-30 17:10:03 -05:00

README.md

Radar Third Party CI Dashboard for OpenStack

  • Radar API Installation

    • apt-get install libpq-dev libmysqlclient-dev
    • apt-get install mysql-server
    • apt-get install rabbitmq-server
    • pip install --upgrade -r requirements.txt
    • python setup.py build
    • python setup.py install
  • Nodejs setup

    • curl -sL https://deb.nodesource.com/setup | sudo bash -
    • apt-get install -y nodejs
    • npm install -g grunt-cli
    • npm install -g bower
    • npm install
    • bower install
    • grunt
  • Database

    • CREATE user 'radar'@'localhost' IDENTIFIED BY 'radar';
    • GRANT ALL PRIVILEGES ON radar.* to 'radar'@'localhost';
    • FLUSH PRIVILEGES;
    • radar-db-manage upgrade head
  • To run the:

    • API

      • radar-api
    • Update Daemon

      • radar-update-daemon