From e1a697652c3a88562206095944b9e1f40fa0018d Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 6 Aug 2024 15:35:45 -0400 Subject: [PATCH 1/3] DOCSP-41953: Create a deployment --- source/get-started/create-a-deployment.txt | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 source/get-started/create-a-deployment.txt diff --git a/source/get-started/create-a-deployment.txt b/source/get-started/create-a-deployment.txt new file mode 100644 index 00000000..52c1203a --- /dev/null +++ b/source/get-started/create-a-deployment.txt @@ -0,0 +1,36 @@ +.. _php-create-deployment: + +=========================== +Create a MongoDB Deployment +=========================== + +.. facet:: + :name: genre + :values: tutorial + +.. meta:: + :keywords: cloud, uri, atlas + +You can create a free tier MongoDB deployment on MongoDB Atlas +to store and manage your data. MongoDB Atlas hosts and manages +your MongoDB database in the cloud. + +.. procedure:: + :style: connected + + .. step:: Create a free MongoDB deployment on Atlas + + Complete the :atlas:`Get Started with Atlas ` + guide to set up a new Atlas account and load sample data into a new free + tier MongoDB deployment. + + .. step:: Save your credentials + + After you create your database user, save that user's + username and password to a safe location for use in an upcoming step. + +After you complete these steps, you have a new free tier MongoDB +deployment on Atlas, database user credentials, and sample data loaded +into your database. + +.. include:: /includes/get-started/troubleshoot.rst \ No newline at end of file From 452f6ffef48f59777cc0758e8d51fb44d4242022 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 6 Aug 2024 15:38:02 -0400 Subject: [PATCH 2/3] toc --- source/get-started.txt | 24 ++++++++++++++++++++++++ source/index.txt | 1 + 2 files changed, 25 insertions(+) create mode 100644 source/get-started.txt diff --git a/source/get-started.txt b/source/get-started.txt new file mode 100644 index 00000000..281ba912 --- /dev/null +++ b/source/get-started.txt @@ -0,0 +1,24 @@ +.. _php-get-started: + +================================ +Get Started with the PHP Library +================================ + +.. contents:: On this page + :local: + :backlinks: none + :depth: 2 + :class: singlecol + +.. facet:: + :name: genre + :values: tutorial + +.. meta:: + :description: Learn how to create an app to connect to MongoDB deployment by using the PHP library. + :keywords: quick start, tutorial, basics + +.. toctree:: + + /get-started/download-and-install/ + /get-started/create-a-deployment/ \ No newline at end of file diff --git a/source/index.txt b/source/index.txt index 1c5c6e72..244f3eb2 100644 --- a/source/index.txt +++ b/source/index.txt @@ -11,6 +11,7 @@ MongoDB PHP Library :titlesonly: Installation + Get Started /tutorial /upgrade /reference From f1c0ac23cf604e0a7fd2f44fdca54bf5e62565d9 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 6 Aug 2024 16:00:02 -0400 Subject: [PATCH 3/3] add troubleshoot file --- source/get-started.txt | 1 - source/includes/get-started/troubleshoot.rst | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 source/includes/get-started/troubleshoot.rst diff --git a/source/get-started.txt b/source/get-started.txt index 281ba912..edd20aef 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -20,5 +20,4 @@ Get Started with the PHP Library .. toctree:: - /get-started/download-and-install/ /get-started/create-a-deployment/ \ No newline at end of file diff --git a/source/includes/get-started/troubleshoot.rst b/source/includes/get-started/troubleshoot.rst new file mode 100644 index 00000000..08d6e428 --- /dev/null +++ b/source/includes/get-started/troubleshoot.rst @@ -0,0 +1,6 @@ +.. note:: + + If you run into issues on this step, ask for help in the + :community-forum:`MongoDB Community Forums ` + or submit feedback by using the :guilabel:`Rate this page` + tab on the right or bottom right side of this page. \ No newline at end of file