Skip to content

Commit 761f756

Browse files
authored
add oci self-hosting (#113)
* add oci self-hosting * wip
1 parent 02e26c2 commit 761f756

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ navigation:
265265
path: ./docs/pages/self-hosting/azure.mdx
266266
- page: GCP
267267
path: ./docs/pages/self-hosting/gcp.mdx
268+
- page: OCI
269+
path: ./docs/pages/self-hosting/oci.mdx
268270
- tab: sdks
269271
layout:
270272
- page: SDKs
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: OCI Deployment
3+
subtitle: Deploy jambonz on Oracle Cloud using VM instances
4+
---
5+
6+
<div class="video-wrap">
7+
<iframe width="560" height="315" src="https://www.youtube.com/embed/1xd7J7glHH8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8+
</div>
9+
10+
## Prerequisites
11+
jambonz is deployed on Oracle Cloud Infrastructure (OCI) using Terraform.
12+
You will need:
13+
- An OCI account with appropriate permissions
14+
- OCI CLI installed and configured with your credentials
15+
## Generate and run the Terraform templates
16+
The Terraform templates for deploying jambonz on OCI [are available here](https://github.com/jambonz-selfhosting/terraform/tree/main/oci).
17+
- Clone the repository to your local machine.
18+
- Choose whether to deploy a mini, medium, or large jambonz configuration.
19+
- Follow the instructions in the README of the corresponding directory of the terraform repo (e.g [mini](https://github.com/jambonz-selfhosting/terraform/tree/main/oci/provision-vm-mini), [medium](https://github.com/jambonz-selfhosting/terraform/tree/main/oci/provision-vm-medium), [large](https://github.com/jambonz-selfhosting/terraform/tree/main/oci/provision-vm-large))
20+
- Once jambonz is deployed, follow the post-install steps outlined in the [Post-Install Steps](/self-hosting/overview/post-install-steps) article to complete the setup.
21+
- Generate a software license key as described in the [Software Licensing](/self-hosting/overview/licensing) article.
22+
23+
## Resources
24+
25+
- [public repo for Terraform templates](https://github.com/jambonz-selfhosting/terraform)

0 commit comments

Comments
 (0)