# Zora Node

By [Kepochnik ](https://paragraph.com/@kepka) · 2024-02-04

---

**Command 1 :**

sudo apt-get update && sudo apt-get upgrade -y  
  
**Command 2 :**

sudo apt install curl build-essential git screen jq pkg-config libssl-dev libclang-dev ca-certificates gnupg lsb-release -y

**Command 3 :**

sudo install -m 0755 -d /etc/apt/keyringscurl -fsSL [https://download.docker.com/linux/ubuntu/gpg](https://download.docker.com/linux/ubuntu/gpg) | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpgsudo chmod a+r /etc/apt/keyrings/docker.gpg  
  
**Command 4 :**

echo \\"deb \[arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg\] [https://download.docker.com/linux/ubuntu](https://download.docker.com/linux/ubuntu) \\$(. /etc/os-release && echo "$VERSION\_CODENAME") stable" | \\sudo tee /etc/apt/sources.list.d/docker.list > /dev/nullsudo apt-get update

**Command 5 :**

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose -y

**Command 6 :**

git clone [https://github.com/conduitxyz/node.git](https://github.com/conduitxyz/node.git)  
  
**Command 7 :**

cd node

**Command 8 :**

./download-config.py zora-mainnet-0

**Command 9 :**

export CONDUIT\_NETWORK=zora-mainnet-0

**Command 10 :**  
  
cp .env.example .env  
  
nano .env

**Command 11 :**

screen -S log  
  
**Command 12 :**

docker compose up --build  
  
( In case an error indicating the network appears after entering the previous command, enter the export conduit\_network=zora-mainnet-0 command again and then repeat the command 12 )

Full guide

[https://x.com/kepochnik\_/status/1754162366487703676?s=20](https://x.com/kepochnik_/status/1754162366487703676?s=20)

---

*Originally published on [Kepochnik ](https://paragraph.com/@kepka/zora-node)*
