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
Copy file name to clipboardexpand all lines: docs/10-intro.mdx
+15-16
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_position: 10
5
5
6
6
|Workshop goals|Get your environment ready for other hands-on labs|
7
7
|-|-|
8
-
|Prerequisites|A web browser - See [Requirements](#minimum-hardware-requirements)|
8
+
|Prerequisites|A web browser - See [Requirements](#requirements)|
9
9
|Time to complete|10-15 minutes|
10
10
11
11
These labs are meant to be presented by one of our amazing instructors, but you can also do them on your own.
@@ -18,45 +18,44 @@ In the navigation bar, you will notice some icons. Here are their meanings:
18
18
|👐|Hands-on content - Get ready to get some work done. You should follow these steps.|
19
19
|🦸|Advanced content - This content isn't covered during the lab, but you can check it out if you're interested in learning more.|
20
20
|ℹ️|Troubleshooting information - This content is designed to help you resolve common problems. |
21
-
# Requirements
22
21
23
-
To ensure you have the best experience during our sessions, please review the following minimum hardware requirements needed to participate effectively in our workshops and activities. These requirements are essential for running modern browsers and cloud-based applications involved in our sessions.
22
+
## Requirements
23
+
24
+
* Google Chrome installed
25
+
* GitHub account
26
+
* Ensure your laptop can access GitHub and GitHub Codespaces (sometimes corporate VPNs block these sites!)
27
+
28
+
## Hardware requirements
24
29
25
-
## Minimum hardware requirements:
30
+
To ensure you have the best experience during our sessions, please review the following minimum hardware requirements needed to participate effectively in our workshops and activities. These requirements are essential for running modern browsers and cloud-based applications involved in our sessions.
26
31
27
-
### Operating system:
32
+
### Operating system
28
33
29
34
- Windows: Windows 10 (version 1903 or later)
30
35
31
36
- macOS: macOS Catalina (10.15) or later
32
37
33
-
### Processor:
38
+
### Processor
34
39
35
40
- Intel: Core i5 or better
36
41
- AMD: Ryzen 5 or equivalent
37
42
- Apple Silicon: M1 chip or later
38
43
39
-
### Memory:
44
+
### Memory
40
45
- Minimum RAM: 8 GB
41
46
- Recommended RAM: 16 GB or more for smoother multitasking and more demanding applications
42
47
43
-
### Storage:
48
+
### Storage
44
49
45
50
- At least 256 GB of available space, preferably SSD, for faster read/write speeds
46
51
47
-
### Internet connection:
52
+
### Internet connection
48
53
49
54
- Stable and high-speed internet connection (minimum 15 Mbps) for optimal performance with cloud-based applications
50
55
51
-
## Recommendations:
56
+
## Recommendations
52
57
53
58
- Ensure that your system software is up to date to benefit from the latest features and security enhancements.
54
59
- Consider using a monitor with at least 1080p resolution for a clearer and more detailed visual experience during our presentations and hands-on sessions.
55
60
56
-
## Other requirements:
57
-
58
-
* Google Chrome installed
59
-
* GitHub account
60
-
* Ensure your laptop can access GitHub and GitHub Codespaces
61
-
62
61
By meeting these hardware specifications, you will be well-prepared to engage fully with our Developer Day content. We look forward to an exciting and productive event with all participants!
Copy file name to clipboardexpand all lines: docs/20-mongodb-atlas/3-create-cluster.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,11 @@ While your deployment is being provisioned, you will see the security quickstart
36
36
37
37
### Network access
38
38
39
-
First, you should **Allow Access from Anywhere**. You will see a field prepopulated with the IP address `0.0.0.0/0`. This means that you can connect to your database from any IP address, including the virtual environment you will use for this lab. Click "Add IP Address" to add this IP address to the network allowlist.
39
+
First, you need to **Allow Access from Anywhere**. You will see a field prepopulated with the IP address `0.0.0.0/0`. This means that you can connect to your database from any IP address, including the virtual environment you will use for this lab. Click **Add IP Address** to add it to the network allowlist.
40
+
41
+
:::note
42
+
If you don't see a button to allow access from anywhere, you should close the dialog and go to the **Network Access** tab under the **Security** section in the left sidebar. Click on **Add IP Address**, add `0.0.0.0/0`, and click **Confirm**.
43
+
:::
40
44
41
45
:::caution
42
46
It is dangerous to expose your database to the entire world. Never do this in a real production environment.
@@ -53,13 +57,9 @@ Make sure to remember your username and password. You will need them later.
53
57
54
58
For the sake of this workshop, it might be preferable to use a simple password that you'll remember over a more secure one.
55
59
56
-
Don't use any special characters in your password. Even though MongoDB allows some special characters, they might not work well with the tools you'll use later in this workshop.
60
+
<strong>Don't use any special characters in your password</strong>. Even though MongoDB allows some special characters, they might not work well with the tools you'll use later in this workshop.
57
61
:::
58
62
59
-
### Manual network access configuration
60
-
61
-
If you don't see a button to allow access from anywhere, you should close the dialog and go to the **Network Access** tab under the **Security** section in the left sidebar. Click on "Add IP Address," add the IP address `0.0.0.0/0`, and click "Confirm."
62
-
63
63
## That's all!
64
64
65
65
You have a new database cluster, and you can now connect to it from your application. If everything goes well, you should see your newly created cluster in the database deployment screen.
0 commit comments