# Fleek Network - Run a Node **Published by:** [kampus.eth](https://paragraph.com/@kampus/) **Published on:** 2022-12-07 **URL:** https://paragraph.com/@kampus/fleek-network-run-a-node ## Content Environment Ubuntu 4vCPU & 8GiB Memory Disk Usage after build ~10GB Port(s): 4069 Install dependenciessudo apt update -y sudo apt upgrade -y sudo apt install build-essential -y sudo apt install libssl-dev pkg-config libclang-dev -y Install Rust (^1.65.0)curl https://sh.rustup.rs -sSf > RUSTUP.sh sh RUSTUP.sh -y rm RUSTUP.sh source "$HOME/.cargo/env" Install sccache cargo install sccache Install cmakecd /tmp wget https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1.tar.gz tar -xvzf cmake-3.25.1.tar.gz cd cmake-3.25.1 ./bootstrap make sudo make install Install Ursagit clone https://github.com/fleek-network/ursa cd ursa make install Simple test car file from from getting started guidecurl https://ipfs.io/ipfs/bafybeidqdywrzg7c3b4dmm332m4b7uiakgitplz2pep2zntederxpj3odi -o basic.carursa rpc put basic.car -> Put car file done: "bafybeifyjj2bjhtxmp235vlfeeiy7sz6rzyx3lervfk3ap2nyn4rggqgei"ursa rpc get bafybeifyjj2bjhtxmp235vlfeeiy7sz6rzyx3lervfk3ap2nyn4rggqgei ./outputcompare ls -la ./output and ls -la ./basic.car ## Publication Information - [kampus.eth](https://paragraph.com/@kampus/): Publication homepage - [All Posts](https://paragraph.com/@kampus/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@kampus): Subscribe to updates