diff --git a/source/get-started.txt b/source/get-started.txt new file mode 100644 index 00000000..edd20aef --- /dev/null +++ b/source/get-started.txt @@ -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/ \ No newline at end of file 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 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 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