3 Commits

Author SHA1 Message Date
Richard Gee
a02e2d2aa2 Consolidate deploy_stack.sh files
Currently there are multiple deploy_stack.sh files and the user has to select the version appropriate to the target architecture so that the correct images are deployed.  Further, the armhf deploy script lacks the basic auth by default scripting that is in the x86_64 version.

This change adds a case/select to deploy_stack.sh that will determine the hardware architecture and select the appropriate docker-compose file.

The deploy_stack.armhf.sh is also changed, rather than deleted, so that existing references are still valid.

Signed-off-by: Richard Gee <richard@technologee.co.uk>
2018-12-25 11:25:18 +00:00
John McCabe
b2e51e5dad Check for docker in linux deploy_stack scripts
This commit updates the linux (both ARM and x86) deploy_stack scripts to
check for the availability of the Docker command and print the same
error returned by the PS1 script if not found.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-08-16 21:48:53 +01:00
Alex Ellis
5fd4e54860 Compose for ARM + MarkdownRender 2017-04-27 20:27:35 +00:00