![OpenDev Sysadmins](/assets/img/avatar_default.png)
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.
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
Languages
Python
60.2%
JavaScript
30.6%
HTML
7.6%
CSS
1.5%
Mako
0.1%