95
edits
| Line 17: | Line 17: | ||
    sudo adduser --system --home=/opt/etherpad --group etherpad-lite  |     sudo adduser --system --home=/opt/etherpad --group etherpad-lite  | ||
2. Install prequistes, some of these may already be installed, but it is always good to check that they are up-to-date,  | 2. Install prequistes, some of these may already be installed, but it is always good to check that they are up-to-date,  | ||
    sudo apt  |     sudo apt update  | ||
    sudo apt  |     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, (someone please confirm steps for install node js, i think it was already installed)  | 3. Next, you'll need to install Node.JS and NPM, (someone please confirm steps for install node js, i think it was already installed)  | ||
    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  | |||
    nvm install 7.10  | |||
4. Install and test etherpad-lite with following command,  | 4. Install and test etherpad-lite with following command,  | ||
    sudo su - etherpad-lite -s /bin/bash    |     sudo su - etherpad-lite -s /bin/bash    | ||
edits