> For the complete documentation index, see [llms.txt](https://docs.rairprotocol.org/rairprotocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rairprotocol.org/rairprotocol/installation-and-testing/getting-started/rairlite-single-vm.md).

# RAIRlite (Single VM)

## Simple Deployment

Getting up and running with RAIRprotocol is easy!&#x20;

1. Pick where you'd like to deploy. [Windows WSL](/rairprotocol/installation-and-testing/getting-started/rairlite-single-vm/windows-wsl-installation.md), Ubuntu Local, or Ubuntu Cloud VM
2. Install Docker and Docker Compose
3. Clone/Fork our repo and run a simple docker command to deploy the entire system!
4. Configure Docker with your admin NFT and your own API keys (Alchemy, etc)

## Video Workflow

{% embed url="<https://www.youtube.com/watch?v=MmH-JmWkhQo>" %}
Screen capture installation flow
{% endembed %}

## Install Docker-Compose

RAIR deploys each its services in a self-contained Docker image. If you are building RAIR from a desktop environment, you can install [Docker Desktop](https://docs.docker.com/compose/install/) which also adds the`Docker-Compose` command line utility to your system.&#x20;

If another setup is desired, you can [install Docker-compose manually](https://docs.docker.com/compose/install/linux/#install-the-plugin-manually).&#x20;

***

## Configure .env

<figure><img src="/files/LtLKg0CiKEfGMOFBHj2Z" alt="" width="283"><figcaption></figcaption></figure>

Inside the repository root is a file called `.env.sample.` This template contains a list of values that are to be consumed during the build process:

1. Create a new file in `/rair` called `.env`
2. Copy and paste the contents of `.env.sample` into `.env`
3. Refer to the [Backend Variables Library](/rairprotocol/codebase/rairdapp/rairnode/backend-variables-library.md) for help populating .`env`.

***

## Build RAIRlite

It's the moment of truth. From the command line, in the repository root, run:

`docker-compose -f {dockerfile.yml} up`&#x20;

Wait for the build to complete. (*This may take a while if it's the first time as dependencies need to be downloaded*)

Once successfully deployed, point the browser to the RAIRfrontend service (probably localhost:8080, or wherever you set the host in `.env`).&#x20;

You should see the application running!

***

## Test plan

Finally, to ensure that you are running the Minimum Viable Product, execute our [MVP Test Plan](/rairprotocol/installation-and-testing/getting-started/rairlite-single-vm/mvp-test-plan.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rairprotocol.org/rairprotocol/installation-and-testing/getting-started/rairlite-single-vm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
