Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 10, 2024
1 parent f16816a commit 124805c
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 45 deletions.
37 changes: 36 additions & 1 deletion .aspell.fr.pws
Original file line number Diff line number Diff line change
@@ -1,64 +1,83 @@
personal_ws-1.1 fr 254
personal_ws-1.1 fr 289
AVAX
Aborted
Add
Android
Author
BL
BMS
Biggoron
BoboTiG
Bottle
CD
COM
Carquois
ChainID
Circle
Contabo
Cores
Crapaud-qui-louche
CreationDate
Creator
Crontab.guru
Cygwin
D'Hyrule
D-Link
DB
DCS
DIP
DNS
Debian
Deploy
Din
Dodongo
Dusk
EKO
EVO
Epona
Ethereum
FTM
Fantom
Farore
Frame
GB
GJ
GPU
Gandi
Ganon
Ganondorf
Gerudo
Geth
GhostScript
Gio
Git
GitHub
Gmail
Gogs
Goron
HDMI
HTTP
Host
How
Hylia
ICUSB
IMAP
IP
Igor
Imports
JPEG
Jabu-Jabu
Joe
Keep
Keywords
Kokiri
L'impl�mentation
LAN
Left.svg
Legend
Lighttpd
Linux
Lon
Lua
Luma
MOVE
Expand All @@ -67,17 +86,21 @@ Mainnet
MesloLGS
Metamask
ModDate
Mojo
Monaspace
My
NF
NLK
NLKTest
NVMe
Nada
Nayru
NuLink
OK
OMXPlayer
Online
OpenClipart
P'tit
PC
PDF
PDFtk
Expand Down Expand Up @@ -106,16 +129,19 @@ Rpi
SFTP
SSH
SVG
Saria
Server
Setup
Shaarli
Shibuya
Skulltulas
Subject
Symbol
System
SystemRescueCD
TIA
TTY
Time
Title
Trader
Trapped
Expand All @@ -141,6 +167,8 @@ Windows
Working
YAML
ZIP
Zelda
Zora
Zsh
account-pwd.txt
area
Expand All @@ -157,6 +185,9 @@ cliquez
configurateur
copiez-le
cronjob
d'Effroi
d'Hyrule
d'Impa
d'Intervalle
days
debug
Expand Down Expand Up @@ -189,6 +220,8 @@ infos
inverter
key
keystore
l'Esprit
l'Ombre
l'URL
l'Utilisateur
l'audio
Expand All @@ -197,6 +230,7 @@ learn
lftp
libpng
logs
lorsqu'enfant
luma
magnet
master
Expand All @@ -206,6 +240,7 @@ m
node
now
obj
of
older
onduleur
photo-volta�que
Expand Down
27 changes: 22 additions & 5 deletions sources/blockchain/node-nulink.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ Quand tu auras reçu le 2{sup}`nd` email avec l'adresse IP du serveur, envoie le
:emphasize-lines: 1
```

Puis connecte toi en SSH au serveur (utilise le mot de passe que tu as défini sur Contabo et remplace `ADRESSE_IP` par l'adresse IP du serveur) :
### Connexion

Connecte toi en SSH au serveur (utilise le mot de passe que tu as défini sur Contabo et remplace `ADRESSE_IP` par l'adresse IP du serveur) :

```{code-block} shell
:caption: 🖥️ Ordinateur (PC) ✍️
Expand All @@ -141,6 +143,8 @@ ssh root@ADRESSE_IP

### Installation

#### Mise à Jour

Mets à jour le système d'exploitation :

```{literalinclude} snippets/node-nulink.sh
Expand All @@ -149,6 +153,8 @@ Mets à jour le système d'exploitation :
:language: shell
```

#### Pare-feu

Installe le pare-feu, puis redémarre :

```{literalinclude} snippets/node-nulink.sh
Expand All @@ -157,14 +163,20 @@ Installe le pare-feu, puis redémarre :
:language: shell
```

Patiente quelques secondes, reconnecte toi, puis installe Docker :
Patiente quelques secondes et [reconnecte toi](#connexion) au serveur.

#### Docker

Installe Docker :

```{literalinclude} snippets/node-nulink.sh
:caption: ☁️ Serveur (VPS)
:lines: 27-34
:language: shell
```

#### NuLink

Pré-requis pour la prochaine étape :

```{literalinclude} snippets/node-nulink.sh
Expand Down Expand Up @@ -253,7 +265,9 @@ Et c'est parti, démarre le nœud :
:language: shell
```

Pour voir les logs :
#### Logs

Pour suivre ce qu'il se passe sur le nœud :

```{code-block} shell
:caption: ☁️ Serveur (VPS)
Expand All @@ -269,15 +283,18 @@ Si tu vois « *Working ~ Keep Ursula Online!* » et/ou « *learn_from_teacher_no

Ceci est à effectuer seulement lors d'une [mise à jour du conteneur](https://hub.docker.com/r/nulink/nulink/tags).

D'abord, supprime le conteneur actuel, puis installe la dernière version :
Action à faire dans l'ordre :

1. [mets à jour le système](#mise-a-jour) ;
2. supprime le conteneur actuel, puis installe la dernière version :

```{literalinclude} snippets/node-nulink.sh
:caption: ☁️ Serveur (VPS)
:lines: 79-82
:language: shell
```

Enfin, relance le [nœud](#execution).
1. enfin, relance le [nœud](#execution).

---

Expand Down
Loading

0 comments on commit 124805c

Please sign in to comment.