README: a lot of packages mentioned in the readme are not really needed, simplify

libssl-dev, gzip, python, gcc have never been really needed for Etherpad itself.
They were probably needed back in the day to manually compile nodejs.
This commit is contained in:
muxator 2018-12-01 14:16:39 +01:00
parent 1f927f3e28
commit 49449453c9
1 changed files with 1 additions and 7 deletions

View File

@ -19,13 +19,7 @@ git clone https://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/
```
## GNU/Linux and other UNIX-like systems
You'll need gzip, git, libssl develop libraries, python and gcc.
- *For Debian/Ubuntu*: `apt install gzip git python libssl-dev pkg-config build-essential`
- *For Fedora/CentOS*: `yum install gzip git python openssl-devel && yum groupinstall "Development Tools"`
- *For FreeBSD*: `portinstall node, npm, git (optional)`
Additionally, you'll need [node.js](https://nodejs.org) installed (minimum required Node version: **6.9.0**).
Ideally, the latest stable version is preferred. Please note that the packages offered on some operating systems are outdated. In those cases, we recommend installing nodejs from official archives or compiling it from source (avoiding yum/apt).
You'll need git and [node.js](https://nodejs.org) installed (minimum required Node version: **6.9.0**, preferred: >= **8.9**).
**As any user (we recommend creating a separate user called etherpad):**