# 🚩Exorde-Labs: Testnet

By [RikyTestnet(🌸, 🌿)](https://paragraph.com/@rikytestnet) · 2022-11-11

---

Cara install menggunakan Docker
-------------------------------

### install Docker

    sudo apt update -y && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt install docker-ce
    

### install screen

    sudo apt install -y build-essential libssl-dev libffi-dev git curl screen
    

### Download Bahan

    git clone https://github.com/exorde-labs/ExordeModuleCLI.git
    

### install

    cd ~/ExordeModuleCLI
    

### Noted : Edit localConfig.json version 1.3.1 ganti 1.3.2

    cd ExordeModuleCLI
    nano localConfig.json
    

Note :Sesudah Ganti Ketik CTRL+X pilih Y dan enter

    docker build -t exorde-cli .
    

### Mulai Node

    docker run -d -it --name Exorde exorde-cli -m Address0x -l 2
    

>   

Noted : Andress0X ganti dengan Andress Metamask New Wallet

![aman kalau udh seperti ini tinggal CTRL + C](https://storage.googleapis.com/papyrus_images/cc88a983fbd3dddc57da5e6b7babe5ec2bc969fb8d0ccd8d797f80a0b125ee6c.png)

aman kalau udh seperti ini tinggal CTRL + C

Cek Log

    docker logs -f Exorde

---

*Originally published on [RikyTestnet(🌸, 🌿)](https://paragraph.com/@rikytestnet/exorde-labs-testnet)*
