summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF2019-07-02 13:22:33 -0700
committerjvoisin2019-07-02 13:22:33 -0700
commit9d155d171e916cd3c2c34f6c50955745f8929e79 (patch)
tree07d55875d4e8e599b3ce0df516483f0a7d502770 /README.md
parentac0acded89f7d499e22605bded5e2e19cbd8c92f (diff)
added a docker dev environment
Signed-off-by: Jan Friedli <jan.friedli@immerda.ch>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e01c14..0ee91ac 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,12 @@ collector cronjob to remove leftover files. Besides, it can create a
79the uploads folder, to ensure that the uploaded files won't be recoverable 79the uploads folder, to ensure that the uploaded files won't be recoverable
80between reboots. 80between reboots.
81 81
82# Development
83Install docker and docker-compose and then run `docker-compose up` to setup
84the docker dev environment. Mat2-web is now accessible on your host machine at `localhost:5000`.
85Every code change triggers a restart of the app.
86If you want to add/remove dependencies you have to rebuild the container.
87
82# Custom templates 88# Custom templates
83 89
84You can override the default templates from `templates/` by putting replacements 90You can override the default templates from `templates/` by putting replacements