Skip to content

1. Installation

Kheva Mann edited this page May 31, 2022 · 2 revisions

For customers

Existing Customers

For existing customers, you can have agents download one of these packages Windows Package or Mac Package

The admin console can be accessed by this URL Admin App

New Customers

New customers looking to use our service should complete the interest form below. We will then work through setting up a personal instance for your organization.

https://forms.gle/k7LLjfgiAJVf5qVN6

For developers

The sections below detail how to deploy the app locally for developers to make changes and customize for your individual needs.

Deploying Backend Infrastructure

  1. Create an AWS instance and keep note of the account ID and region (* Make sure you select a region that chime is available in. Regions)
  2. Create a Connect account and take note of the instance ID
  3. Go through the steps in the admin app repo to deploy the CDK and fill in the env file

Deploying Agent App

  1. Clone (https://github.com/CPSECapstone/Potoo-Agent-App) from GitHub
  2. Run yarn install
  3. The env file will need to be updated with the new keys generated from the backend build

Deploying Admin App

  1. Clone (https://github.com/CPSECapstone/Potoo-Admin-Console) from GitHub
  2. Run yarn install
  3. The env file will need to be updated with the new keys generated from the backend build
Clone this wiki locally