rairprotocol / rair-dapp

Source code for RAIRprotocol ecosystem
Apache License 2.0
1 stars 2 forks source link

Banner RAIRmarket RAIRprotocol License Discord Twitter

Getting Started

Building RAIR is a snap! Follow these simple steps and you'll be up and running in no time.

click walkthrough no narration

Clone the RAIR repository

First, get the source code

Configure Environment Variables

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:

Install Docker-compose

RAIR deploys each its services in a self-contained Docker image:

Deploy RAIR

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

docker-compose -f {dockerfile.yml} up

{dockerfile.yml} will be the file configured for your specific deployment. Wait for the app to build. Keep an eye on the terminal for any errors.

Launch the App

Point the browser at the RAIRfrontend service (localhost:8088)

Complete the MVP Test Plan

We've compiled a list of post-installation checks here