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
2014-12-30 17:10:03 -05:00
2014-12-30 17:10:03 -05:00
2019-04-19 19:51:27 +00:00
2014-12-30 17:10:03 -05:00
2014-12-30 17:10:03 -05:00

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
Description
dashboard for ci reporting
Readme 587 KiB
Languages
Python 60.2%
JavaScript 30.6%
HTML 7.6%
CSS 1.5%
Mako 0.1%