Skip to content

Commit

Permalink
publish doc updates (#731)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Nelson <[email protected]>
  • Loading branch information
markxnelson authored Aug 3, 2023
1 parent 3596066 commit b9499fc
Show file tree
Hide file tree
Showing 66 changed files with 1,552 additions and 1,161 deletions.
33 changes: 13 additions & 20 deletions mbaas/azure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Prerequisites You must meet the following prerequisites to use the Oracle Backend for Spring Boot Multicloud (Microsoft Azure and OCI). You need:
An account on Microsoft Azure (Azure) An account on OCI Download Download Oracle Backend for Parse Server." />

<title>Microsoft Azure | Oracle Backend for Parse Platform</title>
<title>Microsoft Azure/OCI Multicloud Installation | Oracle Backend for Parse Platform</title>

<link rel="icon" type="image/svg+xml" href="/microservices-datadriven/mbaas/favicon/favicon.svg" />
<link
Expand All @@ -37,7 +37,7 @@

<meta
property="og:title"
content="Microsoft Azure"
content="Microsoft Azure/OCI Multicloud Installation"
/>
<meta property="og:site_name" content="Oracle Backend for Parse Platform" />
<meta property="og:description" content="Microsoft Azure/OCI Multicloud Installation The Oracle Backend for Parse Platform is available to install in Multicloud (Microsoft Azure and Oracle Cloud Infrastructure (OCI)). This installation deplpoys the Oracle Backend for Parse Platform in Azure with an Oracle Autonomous Database running in OCI.
Expand All @@ -50,7 +50,7 @@


<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Microsoft Azure" />
<meta name="twitter:title" content="Microsoft Azure/OCI Multicloud Installation" />
<meta name="twitter:description" content="Microsoft Azure/OCI Multicloud Installation The Oracle Backend for Parse Platform is available to install in Multicloud (Microsoft Azure and Oracle Cloud Infrastructure (OCI)). This installation deplpoys the Oracle Backend for Parse Platform in Azure with an Oracle Autonomous Database running in OCI.
Prerequisites You must meet the following prerequisites to use the Oracle Backend for Spring Boot Multicloud (Microsoft Azure and OCI). You need:
An account on Microsoft Azure (Azure) An account on OCI Download Download Oracle Backend for Parse Server." />
Expand All @@ -61,11 +61,11 @@
"@context": "http://schema.org",
"@type": "TechArticle",
"articleSection": "Azure",
"name": "Microsoft Azure",
"name": "Microsoft Azure/OCI Multicloud Installation",
"url" : "https://oracle.github.io/microservices-datadriven/mbaas/azure/",
"headline": "Microsoft Azure",
"headline": "Microsoft Azure/OCI Multicloud Installation",
"description": "Microsoft Azure\/OCI Multicloud Installation The Oracle Backend for Parse Platform is available to install in Multicloud (Microsoft Azure and Oracle Cloud Infrastructure (OCI)). This installation deplpoys the Oracle Backend for Parse Platform in Azure with an Oracle Autonomous Database running in OCI.\nPrerequisites You must meet the following prerequisites to use the Oracle Backend for Spring Boot Multicloud (Microsoft Azure and OCI). You need:\nAn account on Microsoft Azure (Azure) An account on OCI Download Download Oracle Backend for Parse Server.",
"wordCount" : "383",
"wordCount" : "382",
"inLanguage": "en",
"isFamilyFriendly": "true",
"mainEntityOfPage": {
Expand Down Expand Up @@ -1302,7 +1302,7 @@ <h2>Navigation</h2>



<li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><a itemscope itemtype='https://schema.org/WebPage' itemprop='item' itemid='/microservices-datadriven/mbaas/' href='/microservices-datadriven/mbaas/'><span itemprop='name'></span></a><meta itemprop='position' content='3' /></li><li> / </li><li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><span itemprop='name'>Microsoft Azure</span><meta itemprop='position' content='4' /></li>
<li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><a itemscope itemtype='https://schema.org/WebPage' itemprop='item' itemid='/microservices-datadriven/mbaas/' href='/microservices-datadriven/mbaas/'><span itemprop='name'></span></a><meta itemprop='position' content='3' /></li><li> / </li><li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><span itemprop='name'>Microsoft Azure/OCI Multicloud Installation</span><meta itemprop='position' content='4' /></li>



Expand All @@ -1318,7 +1318,7 @@ <h2>Navigation</h2>
<article
class="gdoc-markdown gdoc-markdown__align--left"
>
<h1>Microsoft Azure</h1>
<h1>Microsoft Azure/OCI Multicloud Installation</h1>
<div class="gdoc-page__anchorwrap">
<h1 id="microsoft-azureoci-multicloud-installation">
Microsoft Azure/OCI Multicloud Installation
Expand Down Expand Up @@ -1466,7 +1466,8 @@ <h2 id="install-ansible">
</a>
</h2>
</div>
<p>Install Ansible to run the Configuration Management Playbook. The helper scripts create a Python virtual environment and installs Ansible and any additional modules. For example:</p>
<p>Install Ansible to run the Configuration Management Playbook. The helper scripts create a Python virtual environment and installs Ansible
and any additional modules. For example:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="nb">cd</span> ~/obaas/ansible
</span></span><span class="line"><span class="cl">./setup_ansible.sh
</span></span><span class="line"><span class="cl"><span class="nb">source</span> ./activate.env
Expand All @@ -1483,18 +1484,10 @@ <h2 id="deploy-the-infrastructure">
</span></span><span class="line"><span class="cl">terraform init
</span></span><span class="line"><span class="cl">terraform plan -out<span class="o">=</span>multicloud.plan
</span></span><span class="line"><span class="cl">terraform apply <span class="s2">&#34;multicloud.plan&#34;</span>
</span></span></code></pre></div><div class="gdoc-page__anchorwrap">
<h2 id="finish">
Finish
<a data-clipboard-text="https://oracle.github.io/microservices-datadriven/mbaas/azure/#finish" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Finish" aria-label="Anchor to: Finish" href="#finish">
<svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
</a>
</h2>
</div>
<p>Next, go to the <a
</span></span></code></pre></div><p>Next, go to the <a
class="gdoc-markdown__link"
href="../getting-started/"
>Getting Started</a> page to learn how to use the newly installed environment.</p>
href="../on-premises/"
>On-Premises Installation</a> page to learn how to use the newly installed environment.</p>

</article>

Expand Down
4 changes: 2 additions & 2 deletions mbaas/azure/index.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Microsoft Azure on Oracle Backend for Parse Platform</title>
<title>Microsoft Azure/OCI Multicloud Installation on Oracle Backend for Parse Platform</title>
<link>https://oracle.github.io/microservices-datadriven/mbaas/azure/</link>
<description>Recent content in Microsoft Azure on Oracle Backend for Parse Platform</description>
<description>Recent content in Microsoft Azure/OCI Multicloud Installation on Oracle Backend for Parse Platform</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://oracle.github.io/microservices-datadriven/mbaas/azure/index.xml" rel="self" type="application/rss+xml" />
</channel>
Expand Down
34 changes: 23 additions & 11 deletions mbaas/cluster-access/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta name="generator" content="Hugo 0.115.4">


<meta name="description" content="As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.
The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed. At the end of setup, you were provided with a command to create a Kubernetes configuration file to access that cluster." />
<meta name="description" content="Kubernetes Access As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.
The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed." />

<title>Kubernetes Access | Oracle Backend for Parse Platform</title>

Expand All @@ -39,8 +39,8 @@
content="Kubernetes Access"
/>
<meta property="og:site_name" content="Oracle Backend for Parse Platform" />
<meta property="og:description" content="As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.
The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed. At the end of setup, you were provided with a command to create a Kubernetes configuration file to access that cluster." />
<meta property="og:description" content="Kubernetes Access As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.
The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://oracle.github.io/microservices-datadriven/mbaas/cluster-access/" />

Expand All @@ -49,8 +49,8 @@

<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Kubernetes Access" />
<meta name="twitter:description" content="As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.
The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed. At the end of setup, you were provided with a command to create a Kubernetes configuration file to access that cluster." />
<meta name="twitter:description" content="Kubernetes Access As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.
The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed." />


<script type="application/ld+json">
Expand All @@ -61,8 +61,8 @@
"name": "Kubernetes Access",
"url" : "https://oracle.github.io/microservices-datadriven/mbaas/cluster-access/",
"headline": "Kubernetes Access",
"description": "As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.\nThe Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed. At the end of setup, you were provided with a command to create a Kubernetes configuration file to access that cluster.",
"wordCount" : "500",
"description": "Kubernetes Access As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.\nThe Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed.",
"wordCount" : "515",
"inLanguage": "en",
"isFamilyFriendly": "true",
"mainEntityOfPage": {
Expand Down Expand Up @@ -1316,7 +1316,15 @@ <h2>Navigation</h2>
class="gdoc-markdown gdoc-markdown__align--left"
>
<h1>Kubernetes Access</h1>
<p>As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look
<div class="gdoc-page__anchorwrap">
<h1 id="kubernetes-access">
Kubernetes Access
<a data-clipboard-text="https://oracle.github.io/microservices-datadriven/mbaas/cluster-access/#kubernetes-access" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Kubernetes Access" aria-label="Anchor to: Kubernetes Access" href="#kubernetes-access">
<svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
</a>
</h1>
</div>
<p>As an Oracle Backend for Parse Platform user, it is expected that you probably will not need to access the underlying infrastructure. However, if you do want to have a look
around, here is how you can access the Kubernetes cluster where your Oracle Backend for Parse Platform is running.</p>
<p>The Oracle Backend for Parse Platform setup created a Kubernetes cluster where the server and dashboard components are deployed. At the end of setup, you were provided
with a command to create a Kubernetes configuration file to access that cluster. For example:</p>
Expand Down Expand Up @@ -1365,7 +1373,7 @@ <h2 id="using-oci-cloud-shell">

/></p>
<p>Run the provided command to create your Kubernetes configuration file and then you can access the Kubernetes
cluster. For example, you can list the pods in your cluster:</p>
cluster. For example, you can list the Pods in your cluster:</p>
<pre tabindex="0"><code>Welcome to Oracle Cloud Shell.

Update: Cloud Shell will now use Oracle JDK 11 by default. To change this, see Managing Language Runtimes in the Cloud Shell documentation.
Expand Down Expand Up @@ -1393,7 +1401,11 @@ <h2 id="using-oci-cloud-shell">
parse-server kaniko 0/1 Completed 0 4h20m
parse-server parse-server-646b97979-9pkq6 1/1 Running 0 4h19m
user@cloudshell:~ (us-ashburn-1)$
</code></pre><p>The Oracle Backend for Parse Platform Parse Server is running in the <code>parse-server</code> namespace and Parse Dashboard is running in the <code>parse-dashboard</code> namespace.</p>
</code></pre><p>The Parse Server is running in the <code>parse-server</code> namespace and the Parse Dashboard is running in the <code>parse-dashboard</code> namespace.</p>
<p>Next, go to the <a
class="gdoc-markdown__link"
href="../uninstall/"
>Uninstall</a> page to learn how to uninstall the Oracle Backend for Parse Platform.</p>

</article>

Expand Down
Loading

0 comments on commit b9499fc

Please sign in to comment.