Building RAIR is a snap! Follow these simple steps and you'll be up and running in no time.
First, get the source code
- Clone the RAIR repo to your local environment.
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
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.
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.
Point the browser at the RAIRfrontend service (localhost:8088)
We've compiled a list of post-installation checks here