File tree Expand file tree Collapse file tree 4 files changed +66
-0
lines changed Expand file tree Collapse file tree 4 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
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/
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ MongoDB PHP Library
11
11
:titlesonly:
12
12
13
13
Installation </tutorial/install-php-library>
14
+ Get Started </get-started>
14
15
/tutorial
15
16
/upgrade
16
17
/reference
You can’t perform that action at this time.
0 commit comments