From 3344518ac50158b81954bf3d857c6d6ec11675f0 Mon Sep 17 00:00:00 2001 From: "hacdias@users.noreply.github.com" Date: Wed, 8 Nov 2023 13:15:01 +0000 Subject: [PATCH] Bumped documentation & installation docs. --- docs/install/command-line.md | 40 +++++++++++++-------------- docs/install/server-infrastructure.md | 10 +++---- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/install/command-line.md b/docs/install/command-line.md index 0cb487f6f..7ae361e40 100644 --- a/docs/install/command-line.md +++ b/docs/install/command-line.md @@ -1,7 +1,7 @@ --- title: Kubo description: Using IPFS Kubo through the command-line allows you to do everything that IPFS Desktop can do, but at a more granular level, since you can specify which commands to run. Learn how to install it here. -current-ipfs-version: v0.23.0 +current-ipfs-version: v0.24.0 --- # Install IPFS Kubo @@ -31,7 +31,7 @@ Kubo runs on most Windows, MacOS, Linux, FreeBSD and OpenBSD systems that meet t Note the following: - The amount of disk space your IPFS installation uses depends on how much data you're sharing. A base installation uses around 12MB of disk space. -- You can enable automatic garbage collection via [--enable-gc](../reference/kubo/cli.md#ipfs-daemon) and adjust using [default maximum disk storage](https://github.com/ipfs/kubo/blob/v0.23.0/docs/config.md#datastorestoragemax) for data retrieved from other peers. +- You can enable automatic garbage collection via [--enable-gc](../reference/kubo/cli.md#ipfs-daemon) and adjust using [default maximum disk storage](https://github.com/ipfs/kubo/blob/v0.24.0/docs/config.md#datastorestoragemax) for data retrieved from other peers. ### Kubo on resource-constrained systems @@ -72,19 +72,19 @@ For installation instructions for your operating system, select the appropriate 1. Download the Windows binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#kubo). ```powershell - wget https://dist.ipfs.tech/kubo/v0.23.0/kubo_v0.23.0_windows-amd64.zip -Outfile kubo_v0.23.0.zip + wget https://dist.ipfs.tech/kubo/v0.24.0/kubo_v0.24.0_windows-amd64.zip -Outfile kubo_v0.24.0.zip ``` -1. Unzip the file to a sensible location, such as `~\Apps\kubo_v0.23.0`. +1. Unzip the file to a sensible location, such as `~\Apps\kubo_v0.24.0`. ```powershell - Expand-Archive -Path kubo_v0.23.0.zip -DestinationPath ~\Apps\kubo_v0.23.0 + Expand-Archive -Path kubo_v0.24.0.zip -DestinationPath ~\Apps\kubo_v0.24.0 ``` -1. Move into the `kubo_v0.23.0` folder +1. Move into the `kubo_v0.24.0` folder ```powershell - cd ~\Apps\kubo_v0.23.0\kubo + cd ~\Apps\kubo_v0.24.0\kubo ``` 1. Check that the `ipfs.exe` works: @@ -92,7 +92,7 @@ For installation instructions for your operating system, select the appropriate ```powershell .\ipfs.exe --version - > ipfs version 0.23.0 + > ipfs version 0.24.0 ``` At this point, Kubo is usable. However, it's strongly recommended that you first add `ipfs.exe` to your `PATH` using the following steps: @@ -138,7 +138,7 @@ For installation instructions for your operating system, select the appropriate ```powershell ipfs --version - > ipfs version 0.23.0 + > ipfs version 0.24.0 ``` ::: @@ -166,7 +166,7 @@ For installation instructions for your operating system, select the appropriate If Kubo is installed, the version number displays. For example: ```bash - > ipfs version 0.23.0 + > ipfs version 0.24.0 ``` ::: @@ -177,13 +177,13 @@ For installation instructions for your operating system, select the appropriate 1. Download the Linux binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#kubo). ```bash - wget https://dist.ipfs.tech/kubo/v0.23.0/kubo_v0.23.0_linux-amd64.tar.gz + wget https://dist.ipfs.tech/kubo/v0.24.0/kubo_v0.24.0_linux-amd64.tar.gz ``` 1. Unzip the file: ```bash - tar -xvzf kubo_v0.23.0_linux-amd64.tar.gz + tar -xvzf kubo_v0.24.0_linux-amd64.tar.gz > x kubo/install.sh > x kubo/ipfs @@ -212,7 +212,7 @@ For installation instructions for your operating system, select the appropriate ```bash ipfs --version - > ipfs version 0.23.0 + > ipfs version 0.24.0 ``` ::: @@ -224,13 +224,13 @@ For installation instructions for your operating system, select the appropriate 1. Download the FreeBSD binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#kubo). ```bash - wget https://dist.ipfs.tech/kubo/v0.23.0/kubo_v0.23.0_freebsd-amd64.tar.gz + wget https://dist.ipfs.tech/kubo/v0.24.0/kubo_v0.24.0_freebsd-amd64.tar.gz ``` 1. Unzip the file: ```bash - tar -xvzf kubo_v0.23.0_freebsd-amd64.tar.gz + tar -xvzf kubo_v0.24.0_freebsd-amd64.tar.gz > x kubo/install.sh > x kubo/ipfs @@ -259,7 +259,7 @@ For installation instructions for your operating system, select the appropriate ```bash ipfs --version - > ipfs version 0.23.0 + > ipfs version 0.24.0 ``` ::: @@ -271,13 +271,13 @@ For installation instructions for your operating system, select the appropriate 1. Download the OpenBSD binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#kubo). ```bash - wget https://dist.ipfs.tech/kubo/v0.23.0/kubo_v0.23.0_openbsd-amd64.tar.gz + wget https://dist.ipfs.tech/kubo/v0.24.0/kubo_v0.24.0_openbsd-amd64.tar.gz ``` 1. Unzip the file: ```bash - tar -xvzf kubo_v0.23.0_openbsd-amd64.tar.gz + tar -xvzf kubo_v0.24.0_openbsd-amd64.tar.gz > x kubo/install.sh > x kubo/ipfs @@ -306,7 +306,7 @@ For installation instructions for your operating system, select the appropriate ```bash ipfs --version - > ipfs version 0.23.0 + > ipfs version 0.24.0 ``` ::: @@ -318,7 +318,7 @@ For installation instructions for your operating system, select the appropriate ## Build Kubo from source -For the current instructions on how to manually download, compile and build Kubo from source, see the [Build from Source](https://github.com/ipfs/kubo/blob/v0.23.0/README.md#build-from-source) section in the Kubo repository. +For the current instructions on how to manually download, compile and build Kubo from source, see the [Build from Source](https://github.com/ipfs/kubo/blob/v0.24.0/README.md#build-from-source) section in the Kubo repository. ## Determining which node to use with the command line diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index cd657d133..f2889f0f6 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -1,7 +1,7 @@ --- title: IPFS Cluster description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. Learn how to install it here. -current-ipfs-cluster-version: v1.0.6 +current-ipfs-cluster-version: v1.0.7 --- # Set up server infrastructure with IPFS Cluster @@ -73,13 +73,13 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o 1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl): ```shell - wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.0.6/ipfs-cluster-ctl_v1.0.6_linux-amd64.tar.gz + wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.0.7/ipfs-cluster-ctl_v1.0.7_linux-amd64.tar.gz ``` 1. Unzip the package: ```shell - tar xvzf ipfs-cluster-ctl_v1.0.6_linux-amd64.tar.gz + tar xvzf ipfs-cluster-ctl_v1.0.7_linux-amd64.tar.gz > ipfs-cluster-ctl/ipfs-cluster-ctl > ipfs-cluster-ctl/LICENSE @@ -88,10 +88,10 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o > ipfs-cluster-ctl/README.md ``` -1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.6/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory: +1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.7/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory: ```shell - wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.6/docker-compose.yml + wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.7/docker-compose.yml ``` 1. Start the cluster using `docker-compose`: