aboutsummaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2017-08-16 17:29:40 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2017-08-16 17:29:40 +0200
commit074b604076049fb809c22ec0afaf18f5b55cc3ca (patch)
treeaea818a57d790ef0c918e1c551f9e5913066b786 /playground
parent28446d95471e74de364b53c3f24d6182fddac0e0 (diff)
backend
Diffstat (limited to 'playground')
-rw-r--r--playground/conf.yaml3
-rwxr-xr-xplayground/run.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/playground/conf.yaml b/playground/conf.yaml
new file mode 100644
index 0000000..efee9fe
--- /dev/null
+++ b/playground/conf.yaml
@@ -0,0 +1,3 @@
+---
+repositories: []
+...
diff --git a/playground/run.sh b/playground/run.sh
new file mode 100755
index 0000000..7302d7b
--- /dev/null
+++ b/playground/run.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+PYTHONPATH="../src_py" python -m hatter.main -c conf.yaml --web-path ../build/jshatter $*