Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

10 total results found

3. Database Setup

RoostGPT Self Hosted RoostGPT - Deploy on AWS us...

Roost stores the status of the GPT workflow and other relevant information in Database. Roost supports MySQL, Postgres and Amazon Aurora DB. Any one database is needed for RoostGPT to work. Below are the steps to setup an RDS in AWS Amazon Aurora (MySQL Comp...

5. Upgrading/Maintaining RoostGPT Control-plane

RoostGPT Self Hosted RoostGPT - Deploy on AWS us...

There are multiple options available to refresh or upgrade the RoostGPT stack. The infrastructure engineer can use either of these approaches. a. Using Terraform Script to upgrade RoostGPT version Update Terraform Variables in "terraform.tfvars" to reflect...

Download instructions

RoostGPT RoostGPT Command Line Interface (CLI)

For Windows Download the roostgpt-win.exe from https://github.com/roost-io/roost-support/releases/download/v1.1.17/roostgpt-win.exe Add the "roostgpt-win.exe" binary to your PATH environment variable For Ubuntu and MacOS curl https://raw.githubusercont...

CLI Commands

RoostGPT RoostGPT Command Line Interface (CLI)

roostgpt   (for mac) &  ./roostGPT-win.exe (for windows) This command is used to run the RoostGPT CLI on your operating system. -h, --help: Displays the help message that provides information about the available options and usage. roostgpt version upd...

Instructions for creating .env file

RoostGPT RoostGPT Command Line Interface (CLI)

An easy way to download the .env file is to use https://app.roost.ai/gptCLIForm The .env file should be in the same folder path as RoostGPT binary.Here is what the content of your .env file will look like: # GIT env vars GIT_TYPE=github ...

Details about env variables

RoostGPT RoostGPT Command Line Interface (CLI)

Here's a description of each variable: # Git env vars GIT_TYPEDescription: Specifies the type of Git repository.Default Value: "github"Supported Values: "github", "gitlab", "azure", "bitbucket", "local"Optional/Required: Optional HOSTED_TYPEDescription: I...

Ubuntu Server Requirements

RoostGPT Self Hosted RoostGPT - OnPrem

Ubuntu Server 22.04 or higher Minimum CPU - 8 cores  Minimum RAM - 16 GB Minimum Root Disk - 50 GB Additional Disk - 250 GB (for /var/tmp/Roost mount point)  Ubuntu user should have preferably passwordless sudo access

Download Roost Deployment Tool

RoostGPT Self Hosted RoostGPT - OnPrem

Copy and execute the below bash snippet. The tool will prompt for the needed details and launch RoostGPT stack curl -sLO https://github.com/roost-io/roost-support/releases/latest/download/roost-deployment-tool chmod +x roost-deployment-tool

Launch RoostGPT stack

RoostGPT Self Hosted RoostGPT - OnPrem

Execute the below command to update the stack ./roost-deployment-tool create-stack To refresh/upgrade Roost version in the stack ./roost-deployment-tool refresh-stack

Network Configuration and SSL Certificates

RoostGPT Self Hosted RoostGPT - OnPrem

SSL Certificates to the enterprise domain Copy SSL Certificates to the Ubuntu Server and make a note of the key and cert file location. It will have to be mentioned in the config.json    Network Configuration Allow incoming traffic to the below ports ...