RAG Setup
Launch EC2 or equivalent (t3a.small)
Update Apt
Install Docker
Clone the repo (add required permissions for repo access to the instance)
Fix the docker permissions issue (if the issue persists)
Install Docker Compose
Add apt repositories
Install the docker Packages
Add the Route53 Record
Add the route53 record for the subdomain you need to access the rag in.
Update the Docker Compose Config
Update the domain required for redirection in
docker-compose.yml
Set the stage to
staging
until the cert verification is done
Configure Env variables
If you've used any env variables in the docker-compose, do set those in the bash
Run the server
Last updated