m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-14 20:23:38 +0100
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-14 20:23:38 +0100
commitad5bbbb8f4f7ca5f07b4e1f72491755114363726 (patch)
tree34c7cb23570001de7fd364a8f99c13e4c93f737e /README.md
parent2d0993f3c273c6401786a67d566d7b46180d30cb (diff)
Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..10e9c63
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# CloudAtlas
+
+## Running
+
+### API Agent
+
+ # start rmiregistry
+ ./scripts/registry
+ # start agent to bind API
+ ./gradlew runAgent
+
+### Client
+
+ ./gradlew runClient
+
+### Tests
+
+ ./gradlew test
+ # test individual components
+ ./gradlew test --tests AgentTest
+ ./gradlew test --tests InterpreterTests.fileTest13
+
+Generates an HTML test report at `build/reports/tests/test/index.html`.