From bdc270299e18055f57607fbe3aad5bb3d8955839 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 26 May 2020 11:10:20 +0100 Subject: [PATCH] Added node installation info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6982d860..d36c582a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This includes installing the server in a mode better suited for active developme * `poetry install` * `poetry run build_static` +### Node installation +* Note, building the static interface will require a valid Node.js installation +* To build on a Raspberry Pi: + * `curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -` + * `sudo apt install nodejs` + ### Distributing * `mkdir -p dist` * `tar -c --exclude-vcs --exclude-from .tarignore -vzf dist/openflexure-microscope-server.tar.gz .`