From e43f9f427e0fa00b4ad6cb065fcb6ba336a8437a Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Fri, 8 May 2020 01:36:58 +0200 Subject: [PATCH] Add the readme file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb249f3 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +PiAnoS docker +============= + +This git repository contains the Dockerfiles allowing an easy development of the PiAnoS software. +To add features to PiAnoS, run this docker-compose file, it will mount the code of PiAnoS as volume, hence automatically reload the new code on change. + +I use this container and all the submodules as one piece to develop the new features live, without having to install anything other than docker on my machine. + +This version of PiAnoS could also be used as a production version, but some changes have to be done in the configuration, in particular the location of the code and data (see the docker-compose file). + -- GitLab