From 7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 May 2019 15:48:48 +0200 Subject: Move CLI dependencies in their own package.json --- support/doc/tools.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'support/doc/tools.md') diff --git a/support/doc/tools.md b/support/doc/tools.md index 086cd5cff..c0f0b4ba1 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -35,7 +35,7 @@ You need to follow all the following steps even if you are on a PeerTube server ### Dependencies -Install the [PeerTube dependencies](dependencies.md). +Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis. ### Installation @@ -44,18 +44,14 @@ Clone the PeerTube repo to get the latest version (even if you are on your PeerT ``` $ git clone https://github.com/Chocobozzz/PeerTube.git $ CLONE="$(pwd)/PeerTube" -``` - -Run ``yarn install --pure-lockfile`` -``` $ cd ${CLONE} -$ yarn install --pure-lockfile ``` -Build server tools: +Install dependencies and build CLI tools: + ``` -$ cd ${CLONE} -$ npm run build:server +$ NOCLIENT=1 yarn install --pure-lockfile +$ npm run setup:cli ``` ### CLI wrapper -- cgit v1.2.3