Skip to content

rairprotocol/rair-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Clone the RAIR repo to your local environment.

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:

  • Create a new file in the repositry root called .env

  • Copy and paste the contents of .env.sample into .env

Install Docker-compose

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

  • Docker-compose is required. It comes pre-packaged with Docker-Desktop, otherwise it must be installed manually.

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