Prepare

Download the sample code from GitHub, prepare your tenancy, select a compartment, and then create an OCI Object Storage bucket.

Deploy

Follow these steps to download the code from GitHub:
  1. Go to GitHub.
  2. Clone or download the repository.
  3. Follow the instructions in the README document.
  4. Follow the steps in this solution playbook to configure the app.

Prepare Your User and Tenancy

Learn how to prepare your user for OCI authentication by generating API keys.
  1. Log in to your OCI tenancy.
  2. View the user's details.
  3. To add an API key for yourself, open the Profile menu, and click My profile.
  4. To add an API key for another user, from the navigation menu, click Identity and Security.
    1. Under Identity, click Users.
    2. Locate the user in the list, and click the user's name to view the details.
  5. In the Resources section, click API Keys.
  6. Click Add API Key.
  7. Select Generate API Key Pair.
  8. Click Download Private Key and save the key to your .OCI directory.
  9. Click Add.

Select a Compartment

Follow these steps to identify the compartment and get the OCID:
  1. Navigate to Identity, and then Compartments.
  2. Locate your compartment and note the compartment's OCID.

Create a Bucket to Store Meetings

Follow thse steps to create a bucket in your compartment to store meeting recordings:
  1. Navigate to Storage, then click Object Storage and Archive Storage.
  2. Click Buckets, then click Create Bucket.
  3. Enter AI_Meetings as the bucket name.
  4. Click Create.