Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 38873aa08 -> f25abc333


added some development instructions

Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/24a3c7bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/24a3c7bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/24a3c7bb

Branch: refs/heads/master
Commit: 24a3c7bb9f27f464364dbd64410e07a0bc8a8aa3
Parents: c50d43a
Author: Sergio Fernández <[email protected]>
Authored: Thu Sep 22 09:49:36 2016 +0200
Committer: GitHub <[email protected]>
Committed: Thu Sep 22 09:49:36 2016 +0200

----------------------------------------------------------------------
 DEVELOPMENT.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/24a3c7bb/DEVELOPMENT.md
----------------------------------------------------------------------
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
new file mode 100644
index 0000000..d14c727
--- /dev/null
+++ b/DEVELOPMENT.md
@@ -0,0 +1,13 @@
+# S2Graph Development
+
+## RAT
+
+[Apache RAT](https://creadur.apache.org/rat/apache-rat/index.html) is an 
audits software tool.
+
+To run it agains S2Graph source code, follow these steps:
+    
+    cd dev
+    wget 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
+    ./run-rat.sh apache-rat-0.12.jar
+
+The toll will write a report in case it finds any issue.

Reply via email to