Skip to main content
  1. Go to Digital Ocean and create an account.
  2. Create a new Droplet.
  3. Choose the Docker image from the Marketplace.
2024-04-22-21-49-27.png
  1. Choose the Standard Droplet plan.
We recommended the $48/month plan for the best performance with 4 vCPUs, 8GB RAM, and 160GB SSD.
  1. Wait for the Droplet to be created.
  2. SSH into your Droplet.
  1. Clone the RAGenius repository.
  1. Copy the .env.example file.
  1. Update the .env file.
  • Update the OPENAI_API_KEY
  • Update the NEXT_PUBLIC_BACKEND_URL with your Droplet IP -> http://your-droplet-ip:5050
  • UPDATE the NEXT_PUBLIC_SUPABASE_URL with your Droplet IP -> http://your-droplet-ip:54321
  • Update the NEXT_PUBLIC_FRONTEND_URL with your Droplet IP -> http://your-droplet-ip:3000
  1. Install Supabase
  1. Allow the firewall
  1. Launch the project
It needs at least 5 minutes to build the frontend and pulling the Docker images.
  1. Access the RAGenius app