Skip to content

Commit

Permalink
Merge pull request #24 from EpicsDAO/update/doc
Browse files Browse the repository at this point in the history
on the validator
  • Loading branch information
KishiTheMechanic authored Dec 15, 2023
2 parents 04d0c84 + 90eb1ed commit a84743d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/quickstart/latitude.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Server OS:
## Solana Validator Setup

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.6/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.8/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
4 changes: 2 additions & 2 deletions articles/doc/en/tutorial/chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ With the following one-liner command, you can install:
- `solv CLI`

```bash
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/install-v1.7.0")"
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/install-v1.7.2")"
```

### ✅ If `npm` is already installed on your local computer.
Expand Down Expand Up @@ -196,7 +196,7 @@ There are versions for Edgevana and Latitude, so please select the type you want
Here, we assume participation in TDS and select `Edgevana`.

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.7.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.7.2/install")"
```

This command will initially create a solv user, so you will need to set a password.
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/tutorial/chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Only showing the first 10 results

## 🔄 Restarting the Validator Node

To apply the exchanged keys, execute the following command to restart the validator node.
Execute the following command inside the validator node to apply the exchanged keys and restart the node.

```bash
solv restart --snapshot
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/quickstart/latitude.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ OS:
## Solana バリデータのセットアップ

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.6/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.8/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
4 changes: 2 additions & 2 deletions articles/doc/ja/tutorial/chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ https://docs.solana.com/running-validator/validator-reqs
を行います。

```bash
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/install-v1.7.0")"
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/install-v1.7.2")"
```

### ✅ すでにローカルコンピューターに `npm` がある場合。
Expand Down Expand Up @@ -202,7 +202,7 @@ Edgevana と Latitude 版があるので、使用するタイプをタブで選
ここでは TDS に参加することを想定し、`Edgevana`を選択します。

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.7.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.7.2/install")"
```

このコマンドで最初に solv ユーザーを作成するので、
Expand Down
3 changes: 1 addition & 2 deletions articles/doc/ja/tutorial/chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ Only showing the first 10 results
## 🔄 バリデーターノードの再起動
交換した鍵を反映させるために、
以下のコマンドを実行し、バリデーターノードを再起動します。
交換した鍵を反映させるために、バリデーターノード内で以下のコマンドを実行しノードを再起動します。
```bash
solv restart --snapshot
Expand Down
4 changes: 2 additions & 2 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const siteConfig = {
instagramAccount: 'epics.dao',
githubAccount: 'EpicsDAO',
githubRepo: 'https://github.com/EpicsDAO/solv2',
solvVersion: 'v1.6.2',
solv2Version: 'v2.1.6',
solvVersion: 'v1.7.2',
solv2Version: 'v2.1.8',
discordInvitationLink: 'https://discord.gg/GmHYfyRamx',
contactFormJA: 'https://forms.gle/A9ysqtqhTgmcukMD9',
contactFormEN: 'https://forms.gle/GbDcSm4bcQanSK3s8',
Expand Down

0 comments on commit a84743d

Please sign in to comment.