[Secure-testing-commits] r25600 - doc/public

Luciano Bello luciano at moszumanska.debian.org
Sat Feb 8 11:48:35 UTC 2014


Author: luciano
Date: 2014-02-08 11:48:35 +0000 (Sat, 08 Feb 2014)
New Revision: 25600

Modified:
   doc/public/index
   doc/public/security_tracker
Log:
security tracker testing instance

Modified: doc/public/index
===================================================================
--- doc/public/index	2014-02-08 11:46:40 UTC (rev 25599)
+++ doc/public/index	2014-02-08 11:48:35 UTC (rev 25600)
@@ -21,7 +21,7 @@
     - As an upstream? (embargo issues? backporting patches?)
 * How to contribute with the security team
 * [How to interact with the Security Tracker](security_tracker.html)
-    - How to contribute to the security tracker code and install a test instance (Florian)
+    - How to contribute to the security tracker code (Florian)
     - Add `<unsupported>` #555164
 * Member's tasks
     - DSA release: A more structured version of the current wiki pages

Modified: doc/public/security_tracker
===================================================================
--- doc/public/security_tracker	2014-02-08 11:46:40 UTC (rev 25599)
+++ doc/public/security_tracker	2014-02-08 11:48:35 UTC (rev 25600)
@@ -567,3 +567,24 @@
 
     user debian-security at lists.debian.org
     usertag $BUGNUM + tracked
+
+Contributing with the security tracker code
+-------------------------------------------
+**TODO**
+
+Setting up a local testing instance
+===================================
+
+It is possible to set up an instance of the security tracker in your own machine for testing purposes.
+The following packages are needed:
+
+    python-apsw
+    python-apt
+
+The following commands build the databases for stable and run a python local server in port 10605:
+
+    make update-stable
+    make
+    make serve
+
+The website is now available in `http://127.0.0.1:10605/tracker/`.
\ No newline at end of file




More information about the Secure-testing-commits mailing list