summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-14 21:04:10 +0200
committerFlorian Dold <florian@dold.me>2021-10-14 21:04:10 +0200
commit920e24f9399ab3d50ee72247630d4cb5bc94e964 (patch)
tree6723aef79fddba6ae5079752d6c9d4bcf0c84d71 /contrib
parenteaeb2b9500195db15a0e8eb58795496ad69abe4a (diff)
downloadanastasis-920e24f9399ab3d50ee72247630d4cb5bc94e964.tar.gz
anastasis-920e24f9399ab3d50ee72247630d4cb5bc94e964.tar.bz2
anastasis-920e24f9399ab3d50ee72247630d4cb5bc94e964.zip
remote reducer readme
Diffstat (limited to 'contrib')
-rw-r--r--contrib/remote-reducer/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/remote-reducer/README.md b/contrib/remote-reducer/README.md
new file mode 100644
index 0000000..ccf1adb
--- /dev/null
+++ b/contrib/remote-reducer/README.md
@@ -0,0 +1,12 @@
+# Anastasis Remote Reducer
+
+The remote reducer is a simple HTTP service that proxies requests to
+``anastasis-reducer``. It is not meant to be used in production.
+
+## Running the remote reducer
+
+```
+cd $ANASTASIS_GIT/contrib/remote-reducer
+export FLASK_APP=remote_reducer
+flask run -p 5000
+```