Skip to content

Commit 42838af

Browse files
authored
DOCSP-41953: Create a deployment (#93)
* DOCSP-41953: Create a deployment * toc * add troubleshoot file
1 parent ef92914 commit 42838af

File tree

4 files changed

+66
-0
lines changed

4 files changed

+66
-0
lines changed

source/get-started.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _php-get-started:
2+
3+
================================
4+
Get Started with the PHP Library
5+
================================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: tutorial
16+
17+
.. meta::
18+
:description: Learn how to create an app to connect to MongoDB deployment by using the PHP library.
19+
:keywords: quick start, tutorial, basics
20+
21+
.. toctree::
22+
23+
/get-started/create-a-deployment/
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. _php-create-deployment:
2+
3+
===========================
4+
Create a MongoDB Deployment
5+
===========================
6+
7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
11+
.. meta::
12+
:keywords: cloud, uri, atlas
13+
14+
You can create a free tier MongoDB deployment on MongoDB Atlas
15+
to store and manage your data. MongoDB Atlas hosts and manages
16+
your MongoDB database in the cloud.
17+
18+
.. procedure::
19+
:style: connected
20+
21+
.. step:: Create a free MongoDB deployment on Atlas
22+
23+
Complete the :atlas:`Get Started with Atlas </getting-started>`
24+
guide to set up a new Atlas account and load sample data into a new free
25+
tier MongoDB deployment.
26+
27+
.. step:: Save your credentials
28+
29+
After you create your database user, save that user's
30+
username and password to a safe location for use in an upcoming step.
31+
32+
After you complete these steps, you have a new free tier MongoDB
33+
deployment on Atlas, database user credentials, and sample data loaded
34+
into your database.
35+
36+
.. include:: /includes/get-started/troubleshoot.rst
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. note::
2+
3+
If you run into issues on this step, ask for help in the
4+
:community-forum:`MongoDB Community Forums <tag/php/>`
5+
or submit feedback by using the :guilabel:`Rate this page`
6+
tab on the right or bottom right side of this page.

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ MongoDB PHP Library
1111
:titlesonly:
1212

1313
Installation </tutorial/install-php-library>
14+
Get Started </get-started>
1415
/tutorial
1516
/upgrade
1617
/reference

0 commit comments

Comments
 (0)