From c1e48613f112e895bb1c337078faa62fa39675c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Thu, 8 Jan 2015 12:48:11 -0600 Subject: [PATCH] rrs: Add README.rrs to help in setup. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- README.rrs | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.rrs diff --git a/README.rrs b/README.rrs new file mode 100644 index 0000000..1c426eb --- /dev/null +++ b/README.rrs @@ -0,0 +1,31 @@ +Recipe reporting system WEB interface +===================================== + +Recipe reporting system is a small applcation that provides information +about Recipes in Openembedded-core layer. + +Setup +----- + +You need to follow the instructions in README with the following changes in +Setup instructions, + +1. Edit settings.py, + +Set: + + APPLICATION = 'rrs' + LOGIN_REDIRECT_URL = '/rrs' + +Configure RRS_EMAIL_TO used for sending Recipe upgrade name list report. + +4. To add openembedded-core layer you need to run: + +$ ./scripts/tools/import_layer.py -s meta git://git.openembedded.org/openembedded-core openembedded-core + +7. Uncomment include files in conf/local.conf. + +8. In the first run should regenerate Recipe upgrade information, + +$ ./scripts/update.py --only-layerindex +$ ./scripts/tools/rrs_upgrade_history.py # This can take a lot of time