Skip to content

Commit ea6249e

Browse files
committed
Added more detail to the prerequisites steps
1 parent 52837cd commit ea6249e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/20-prerequisites.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 20
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';
66

7-
# 🦖 Prerequisites
7+
# 👐 Prerequisites
88

99
## 1. PostgreSQL Database
1010

@@ -19,7 +19,7 @@ connection URI and credentials.
1919

2020
If you already have a PostgreSQL server set up, you can import the schema and data used in this lab. Download the file
2121
[1-library-schema-and-data.sql](https://github.com/mongodb-developer/relational-migrator-lab/docker/sample-postgres-library/init/1-library-schema-and-data.sql)
22-
file and load it using psql or pgAdmin.
22+
file and load it using psql or [pgAdmin](https://www.pgadmin.org/download/).
2323

2424
### Option 3: Run a PostgreSQL container using Docker
2525

@@ -48,9 +48,11 @@ few options to set up this database.
4848
The easiest way to run MongoDB is to use MongoDB Atlas, our cloud-hosted database offering.
4949
You can set a MongoDB Atlas account and a free forever M0 Cluster.
5050

51-
To get yours, follow the instructions on the [Intro Lab](https://mongodb-developer.github.io/intro-lab/docs/mongodb-atlas/what-is-mongodb)
51+
To get yours, follow the instructions on the [Intro Lab:](https://mongodb-developer.github.io/intro-lab/docs/mongodb-atlas/what-is-mongodb)
52+
- [Create your Account](https://mongodb-developer.github.io/intro-lab/docs/mongodb-atlas/create-account)
53+
- [Deploy a Database Cluster](https://mongodb-developer.github.io/intro-lab/docs/mongodb-atlas/create-cluster)
5254

53-
Be sure to open up the firewall to your local computer, and configure a database user with the readWriteAnyDatabase role.
55+
Be sure to [open up the cluster to allow connections from your local computer](https://www.mongodb.com/docs/guides/atlas/network-connections/#overview), and configure a database user with the readWriteAnyDatabase role.
5456

5557
### Option 2: Use existing cluster
5658

0 commit comments

Comments
 (0)