2024-11-18 22:18:26 +02:00
|
|
|
## Get Codex
|
2024-11-03 21:54:31 +02:00
|
|
|
|
2024-11-08 12:15:24 +02:00
|
|
|
### Linux, macOS and Windows (msys2)
|
2024-11-03 21:54:31 +02:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
# latest version
|
|
|
|
|
curl -s https://get.codex.storage/install.sh | bash
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
# specific version
|
|
|
|
|
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
# latest codex and cirdl
|
2024-11-18 16:19:14 +02:00
|
|
|
curl -s https://get.codex.storage/install.sh | CIRDL=true bash
|
2024-11-03 21:54:31 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
# codex and cirdl with required libraries on Windows with msys2
|
2024-11-18 16:19:14 +02:00
|
|
|
curl -s https://get.codex.storage/install.sh | CIRDL=true WINDOWS_LIBS=true bash
|
2024-11-03 21:54:31 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
# help
|
|
|
|
|
curl -s https://get.codex.storage/install.sh | bash -s help
|
|
|
|
|
```
|
2024-11-08 12:15:24 +02:00
|
|
|
|
|
|
|
|
### Windows
|
|
|
|
|
|
2024-11-18 22:18:26 +02:00
|
|
|
```cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
:: latest version
|
2024-11-08 12:29:05 +02:00
|
|
|
curl -sO https://get.codex.storage/install.cmd && install.cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
```
|
|
|
|
|
|
2024-11-18 22:18:26 +02:00
|
|
|
```cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
:: specific version
|
2024-11-08 12:29:05 +02:00
|
|
|
curl -sO https://get.codex.storage/install.cmd && set VERSION=0.1.7 & install.cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
```
|
|
|
|
|
|
2024-11-18 22:18:26 +02:00
|
|
|
```cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
:: latest codex and cirdl
|
2024-11-18 16:19:14 +02:00
|
|
|
curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & install.cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
```
|
|
|
|
|
|
2024-11-18 22:18:26 +02:00
|
|
|
```cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
:: codex and cirdl without libraries
|
2024-11-18 16:19:14 +02:00
|
|
|
curl -sO https://get.codex.storage/install.cmd && set CIRDL=true & set WINDOWS_LIBS=true & install.cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
```
|
|
|
|
|
|
2024-11-18 22:18:26 +02:00
|
|
|
```cmd
|
2024-11-08 12:15:24 +02:00
|
|
|
:: help
|
2024-11-08 12:29:05 +02:00
|
|
|
curl -sO https://get.codex.storage/install.cmd && install.cmd help
|
2024-11-08 12:15:24 +02:00
|
|
|
```
|
2024-11-18 22:18:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Join Codex Testnet
|
|
|
|
|
|
|
|
|
|
### Linux, macOS and Windows (msys2)
|
2024-11-19 10:22:40 +02:00
|
|
|
|
2024-11-18 22:18:26 +02:00
|
|
|
```shell
|
2024-11-19 10:14:00 +02:00
|
|
|
# Create a directory
|
2024-11-19 10:22:40 +02:00
|
|
|
mkdir codex-testnet && cd codex-testnet
|
2024-11-19 10:14:00 +02:00
|
|
|
```
|
2024-11-19 10:22:40 +02:00
|
|
|
|
2024-11-19 10:14:00 +02:00
|
|
|
```shell
|
2024-11-18 22:18:26 +02:00
|
|
|
# Install Codex
|
|
|
|
|
curl -s https://get.codex.storage/testnet/install.sh | bash
|
2024-11-19 10:14:00 +02:00
|
|
|
```
|
2024-11-19 10:22:40 +02:00
|
|
|
|
2024-11-19 10:14:00 +02:00
|
|
|
```shell
|
2024-11-18 22:18:26 +02:00
|
|
|
# Generate key
|
|
|
|
|
curl -s https://get.codex.storage/testnet/generate.sh | bash
|
2024-11-19 10:14:00 +02:00
|
|
|
```
|
2024-11-19 10:22:40 +02:00
|
|
|
|
2024-11-19 10:14:00 +02:00
|
|
|
```shell
|
2024-11-18 22:18:26 +02:00
|
|
|
# Run Codex
|
|
|
|
|
curl -s https://get.codex.storage/testnet/run.sh | bash
|
|
|
|
|
```
|