You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file and load it using psql or [pgAdmin](https://www.pgadmin.org/download/).
23
23
24
24
### Option 3: Run a PostgreSQL container using Docker
25
25
@@ -48,9 +48,11 @@ few options to set up this database.
48
48
The easiest way to run MongoDB is to use MongoDB Atlas, our cloud-hosted database offering.
49
49
You can set a MongoDB Atlas account and a free forever M0 Cluster.
50
50
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)
52
54
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.
0 commit comments