From f0ab77c2e08c6f3a4e3ca81f9e47b8503cb519ea Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Wed, 6 May 2020 16:51:20 +0200 Subject: [PATCH] Mention cardano-wallet docker-compose (relates to https://github.com/input-output-hk/cardano-wallet/pull/1634) --- user-guide/content/docs/installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user-guide/content/docs/installation.md b/user-guide/content/docs/installation.md index f1df854..7dc79a3 100644 --- a/user-guide/content/docs/installation.md +++ b/user-guide/content/docs/installation.md @@ -34,14 +34,16 @@ docker pull inputoutput/cardano-wallet:v2020.4.7-byron For version compatibility between components, please refer to compatibility matrix on each component main page (e.g. [cardano-wallet#latest-releases](https://github.com/input-output-hk/cardano-wallet#latest-releases)). {{}} -Some leaf components like `cardano-submit-api` also provide example setup via [docker-compose](https://docs.docker.com/compose/). Those are useful for a quick start and for development, and also gives a baseline for development. See for example [input-output-hk/cardano-rest](https://github.com/input-output-hk/cardano-rest/blob/master/docker-compose.yml). +## Docker compose + +Some components also provide example setup via [docker-compose](https://docs.docker.com/compose/). Those are useful for a quick start or as a baseline for development. See for example [input-output-hk/cardano-wallet](https://github.com/input-output-hk/cardano-wallet/blob/master/docker-compose.yml) or [input-output-hk/cardano-rest](https://github.com/input-output-hk/cardano-rest/blob/master/docker-compose.yml). ## Pre-compiled Artifacts / Building From Sources In case you prefer using raw binary instead, some components do provide pre-compiled release artifacts for each release. These can be downloaded directly from the github servers, via the UI or using a command-line tool like `wget` or `cURL`. For example, one can download a pre-packaged linux binary for `cardano-wallet@v2020-04-07` via: ``` -curl -L https://github.com/input-output-hk/cardano-wallet/releases/download/v2020-04-07/cardano-wallet-v2020-04-07-linux64.tar.gz | tar xz +curl -L https://github.com/input-output-hk/cardano-wallet/releases/download/v2020-04-07/cardano-wallet-v2020-04-07-linux64.tar.gz | tar xz ./cardano-wallet-byron-linux64/cardano-wallet --help The CLI is a proxy to the wallet server, which is required for most commands.