95
edits
Line 19: | Line 19: | ||
sudo apt update | sudo apt update | ||
sudo apt install gzip git-core curl python libssl-dev build-essential abiword python-software-properties | sudo apt install gzip git-core curl python libssl-dev build-essential abiword python-software-properties | ||
3. Next, you'll need to install Node.JS and NPM, | 3. Next, you'll need to install Node.JS and NPM as the etherpad-lite user, | ||
sudo su - etherpad-lite -s /bin/bash | |||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | ||
export NVM_DIR="$HOME/.nvm" # or you can close and reopen your terminal before using nvm | export NVM_DIR="$HOME/.nvm" # or you can close and reopen your terminal before using nvm |
edits