forked from kushaldas/darkserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (27 loc) · 852 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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/Darkserver
Requirements
============
* Python >= 2.6
* Django >= 1.1.2
* elf-utils
* koji
* rpmdevtools
* mysql server
Web 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.
Koji Plugin
===========
You can setup the koji-plugin in the koji-hub. Provide the same database details
to populate the database.