Skip to content

DOCSP-41953: Create a deployment #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions source/get-started.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _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/create-a-deployment/
36 changes: 36 additions & 0 deletions source/get-started/create-a-deployment.txt
Original file line number Diff line number Diff line change
@@ -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 </getting-started>`
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
6 changes: 6 additions & 0 deletions source/includes/get-started/troubleshoot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. note::

If you run into issues on this step, ask for help in the
:community-forum:`MongoDB Community Forums <tag/php/>`
or submit feedback by using the :guilabel:`Rate this page`
tab on the right or bottom right side of this page.
1 change: 1 addition & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MongoDB PHP Library
:titlesonly:

Installation </tutorial/install-php-library>
Get Started </get-started>
/tutorial
/upgrade
/reference
Expand Down
Loading