summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f85232d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+DCAE SNMPTrapReceiver
+======================================
+
+FIXME: placeholder for dcae_snmptrap application
+
+This is the repository for SNMP Trap Receiver for Open DCAE.
+
+### Build Instructions
+
+This project is organized as a mvn project for a python application.
+
+```
+git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git
+mvn clean install
+```
+
+### to be completed
+
+The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image
+