aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: ed02fad8898d4defa31ad48ff134f877720ffb45 (plain)
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
40
41
42
43
44
45
46
47
48
SRTool
------

SRTool is a set of GUI and command line tools to manage security CVEs. 

For information about SRTool, see the  website:
    http://www.tbd.org/

SRTool plain documentation can be found under the doc directory or its integrated
html version at the Yocto Project website:
    http://tbd.org/documentation

Execution
---------

Here is how you run the SRTool.

Clone this repository:
    $ git push ssh://git@push.yoctoproject.org/srtool 
    $ cd srtool

To start the SRtool (the first time will initialize the database):

  Option 1: Start a local SRTool server, open local browser to "localhost:8000"
    $ ./bin/srt start webport=8000

  Option 2: Start a shared SRTool server, open any browser to "[host_ip]:8000"
    $ ./bin/srt start webport=0.0.0.0:8000

To stop the SRTool server:
    $ ./bin/srt stop


Contributing
------------

Please refer to
http://www.tbd.org/wiki/tbd
for guidelines on how to submit patches.

Mailing list:

    http://lists.tbd.org/mailman/listinfo/tbd

Source code:

    ssh://git@push.yoctoproject.org/srtool