Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kushaldas/darkserver
GNU Build-id providing service
https://github.com/kushaldas/darkserver
Last synced: about 1 month ago
JSON representation
GNU Build-id providing service
- Host: GitHub
- URL: https://github.com/kushaldas/darkserver
- Owner: kushaldas
- Created: 2011-11-10T02:55:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T12:38:22.000Z (over 7 years ago)
- Last Synced: 2023-03-23T08:37:33.022Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 800 KB
- Stars: 14
- Watchers: 4
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
darkserver
=========
This is simple python and Django based service which provides details of GNU build-ids
from various ELF files from the RPM packages. The service is divided into two
different parts.Fedora wiki URL
===============
https://fedoraproject.org/wiki/DarkserverRequirements
============* Python >= 2.7
* Django >= 1.6.x
* elf-utils
* koji
* rpmdevtools
* Postgresql
* httpd
* mod_wsgi
* python-psycopg2
* redis
* wget
* python-retask
* python-cmd2
* python-requestsWeb server
==========First setup the database details in access at /etc/darkserver/darkserverweb.conf
To start the server use the following command:
$ python manage.py runserver 8080
This will start the server at port 8080. If you want to start the server in a
different port you can provide it as a command line argument.We are now using a fedmsg listener to listen to newer builds.