{"id":18806855,"url":"https://github.com/jeevanjoseph/oci-theia-stack","last_synced_at":"2026-02-02T18:06:06.751Z","repository":{"id":93224792,"uuid":"335853213","full_name":"jeevanjoseph/oci-theia-stack","owner":"jeevanjoseph","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-04T05:55:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T06:02:17.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeevanjoseph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-04T05:55:19.000Z","updated_at":"2021-02-04T05:55:50.000Z","dependencies_parsed_at":"2023-05-19T12:46:03.757Z","dependency_job_id":null,"html_url":"https://github.com/jeevanjoseph/oci-theia-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeevanjoseph/oci-theia-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeevanjoseph%2Foci-theia-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeevanjoseph%2Foci-theia-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeevanjoseph%2Foci-theia-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeevanjoseph%2Foci-theia-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeevanjoseph","download_url":"https://codeload.github.com/jeevanjoseph/oci-theia-stack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeevanjoseph%2Foci-theia-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29016679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T22:49:50.061Z","updated_at":"2026-02-02T18:06:06.724Z","avatar_url":"https://github.com/jeevanjoseph.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oci-theia-micro\n\n## Prerequisites\n\n- Permission to `manage` the following types of resources in your Oracle Cloud Infrastructure tenancy: `vcns`, `internet-gateways`, `route-tables`, `security-lists`, `subnets` and `instances`.\n\n- Quota to create the following resources: 1 VCN, 1 subnet, 1 Internet Gateway, and 1 compute instance (Theia CMS).\n\nIf you don't have the required permissions and quota, contact your tenancy administrator. See [Policy Reference](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm), [Service Limits](https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/servicelimits.htm), [Compartment Quotas](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcequotas.htm).\n\n## Deploy Using Oracle Resource Manager\n\n\n## Deploy Using the Terraform CLI\n\n### Clone the Module\n\nNow, you'll want a local copy of this repo. You can make that with the commands:\n\n```\n    git clone https://github.com/oracle-quickstart/oci-arch-theia-mds.git\n    cd oci-arch-theia-mds\n    ls\n```\n\n### Prerequisites\nFirst off, you'll need to do some pre-deploy setup.  That's all detailed [here](https://github.com/cloud-partners/oci-prerequisites).\n\nCreate a `terraform.tfvars` file, and specify the following variables:\n\n```\n# Authentication\ntenancy_ocid         = \"\u003ctenancy_ocid\u003e\"\nuser_ocid            = \"\u003cuser_ocid\u003e\"\nfingerprint          = \"\u003cfinger_print\u003e\"\nprivate_key_path     = \"\u003cpem_private_key_path\u003e\"\n\n# Region\nregion = \"\u003coci_region\u003e\"\n\n# Availablity Domain \navailablity_domain_name = \"\u003cavailablity_domain_name\u003e\"\n\n````\n\n### Create the Resources\nRun the following commands:\n\n    terraform init\n    terraform plan\n    terraform apply\n\n\n### Testing your Deployment\nAfter the deployment is finished, you can access WP-Admin by picking theia_wp-admin_url output and pasting into web browser window. You can also verify initial content of your blog by using theia_public_ip:\n\n````\ntheia_wp-admin_url = http://193.122.198.19/wp-admin/\ntheia_public_ip = 193.122.198.19\n`````\n\n### Destroy the Deployment\nWhen you no longer need the deployment, you can run this command to destroy the resources:\n\n    terraform destroy\n\n## Architecture Diagram\n\n![](./images/architecture-deploy-theia-mds.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeevanjoseph%2Foci-theia-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeevanjoseph%2Foci-theia-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeevanjoseph%2Foci-theia-stack/lists"}