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.pull/3526/head
parent
1f927f3e28
commit
49449453c9
|
@ -19,13 +19,7 @@ git clone https://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
## GNU/Linux and other UNIX-like systems
|
## GNU/Linux and other UNIX-like systems
|
||||||
You'll need gzip, git, libssl develop libraries, python and gcc.
|
You'll need git and [node.js](https://nodejs.org) installed (minimum required Node version: **6.9.0**, preferred: >= **8.9**).
|
||||||
- *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).
|
|
||||||
|
|
||||||
**As any user (we recommend creating a separate user called etherpad):**
|
**As any user (we recommend creating a separate user called etherpad):**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue