Linux Installation

Prerequisites

Operating System: LinuxOS (any major distribution)

Dependency: Ollama must be installed and running locally.

1. Download the Installation Script:

Ensure you have access to the terminal.

Download the following installation script into a directory on your machine from our repo. https://github.com/inferanetwork/install-scripts

2. Run the Installation Script:

Open your terminal and navigate to the directory where the install_node.sh script is saved.

Make the script executable by running:

chmod +x install_script_linux.sh
./install_script_linux.sh

3. Running Infera Node:

Once everything is installed with the shell configured, you can start the Infera node by running the following command:

init-infera

4. (Optional) Downloading via cURL

You can also download the node through our curl request as well with the following command:

curl -O https://www.infera.org/scripts/install_script_linux.sh
chmod +x install_script_linux.sh
./install_script_linux.sh

Last updated