# Zora Node **Published by:** [Kepochnik ](https://paragraph.com/@kepka/) **Published on:** 2024-02-04 **URL:** https://paragraph.com/@kepka/zora-node ## Content 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 | 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 \$(. /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 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 ## Publication Information - [Kepochnik ](https://paragraph.com/@kepka/): Publication homepage - [All Posts](https://paragraph.com/@kepka/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@kepka): Subscribe to updates