--- README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.txt
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..d6ff522 --- /dev/null +++ b/README.txt @@ -0,0 +1,21 @@ +Getting started with Blends Web Sentinels +========================================= + +- Create a local UDD instance on your local machine by following the instructions mentioned in: + https://wiki.debian.org/UltimateDebianDatabase/Hacking + +- Clone the Blends Web Sentinels Git repository: + $ sudo mkdir -p /srv + $ sudo chmod <enable write permission to you on /srv> + $ cd /srv + $ git clone git://git.debian.org/git/blends/website.git blends.debian.org + +- Install all the dependencies mentioned in 'blends.debian.org/webtools/0dependencies' + +- Run the scripts using the following format: + $ <script> <blend> + eg: $ ./tasks.py debian-junior + + +To learn more about Blends, refer to the Blends documentation: + http://blends.debian.org/blends/ -- 1.9.1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
