Setup
Installation pre-requisites
Tested platforms:
- Ubuntu
- macos
Untested platforms:
- Other linux
- Windows Services for Linux (WSL)
Docker
ubuntu
macos
[!NOTE]
Enable file-sharing if not installing
node
withnvm
- see: https://docs.docker.com/desktop/settings-and-maintenance/settings/#file-sharing
- Steps: Go to Docker Desktop > Resources > File Sharing > Add path e.g. /opt/homebrew/lib/node_modules/
nodejs / npm
- https://nodejs.org/en/download/package-manager
- version 18 is required
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 18
openssl
- openssl version 3 is required
macos
Homebrew
-
macos package manager
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
openssl
brew install openssl@3
gettext
-
you might need to do this if you encounter any issues with envsubst later
brew install gettext
brew link --force gettext