summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-20 12:12:58 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-20 12:13:20 +0200
commit2e95bd9f19797bc4d19c284c793ff98aaeb99d4f (patch)
tree9cd0564d3b34e53cd6dd6928c2743c7bb1c7250a
parent632428c481776d68977343539925a226496503c8 (diff)
downloadauditor-2e95bd9f19797bc4d19c284c793ff98aaeb99d4f.tar.gz
auditor-2e95bd9f19797bc4d19c284c793ff98aaeb99d4f.tar.bz2
auditor-2e95bd9f19797bc4d19c284c793ff98aaeb99d4f.zip
add auditor setup instructions (#5694)
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8974620
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+This repository just contains the auditor's standalone Web site.
+The actual auditing logic is part of the 'exchange.git' repository.
+
+To build the auditor web page stand alone, make sure you have GNUnet
+installed (e.g. via apt install gnunet) for the required gnunet-ecc
+support, and run the following steps from the repository root:
+
+$ git submodule init
+$ git submodule update --remote
+$ make
+