# Over

***

## Over Node Installation Guide

### Prerequisites

Before you begin, ensure that your server meets the following requirements:

* **CPU**: 4 cores
* **RAM**: 16 GB
* **Disk Space**: 50 GB
* **Operating System**: Ubuntu 20.04 or later
* **Network Ports**:
  * Port 8000 (for OVE core)
  * Port 9000 (for additional services)

### Installation Steps

#### 1. Access Your Server

Log into your server via SSH.

#### 2. Install Docker

Ensure that Docker is installed on your system. You can install Docker by running the following commands:

```bash
sudo apt update
sudo apt install docker.io
```

#### 3. Download OVE Node Software

Clone the OVE repository from GitHub or download the installer:

```bash
git clone https://github.com/your-repo/ove.git
cd ove
```

#### 4. Run the Installer

Use the provided installer script to set up OVE:

```bash
./install.sh
```

#### 5. Configure Environment Variables

During the installation, configure environment variables by editing the `docker-compose.setup.ove.yml` file. Set parameters such as hostnames and port numbers.

#### 6. Resolve Port Conflicts

Ensure that all HOST\_PORT values defined in `docker-compose.setup.ove.yml` are not currently in use to avoid conflicts.

#### 7. Start OVE Services

Once configured, start the services using Docker Compose:

```bash
docker-compose -f docker-compose.setup.ove.yml up
```

#### 8. Verify Installation

After starting, verify that OVE is running by accessing the home page at:

```
http://<OVE_CORE_HOST>:<PORT>
```

Check the status of running containers with:

```bash
docker ps
```

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gibonnnnnnn.gitbook.io/gibonnnnnnn/over.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
