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/marketplace-docs/guides/mern-stack/index.md
+26-9Lines changed: 26 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
title: "Deploy a MERN Stack through the Linode Marketplace"
3
3
description: "This guide shows you how to install and configure a MERN (MongoDB, Express, React, Node.js) stack on a Linode using our One-Click Marketplace App."
After your MERN One-click App has finished installing, you can:
58
+
### Obtain the Credentials
59
59
60
-
-[Connect to your Linode via SSH](/docs/products/compute/compute-instances/guides/set-up-and-secure/#connect-to-the-instance). You need your Linode's root password to proceed.
60
+
Once the app is deployed, you need to obtain the credentials from the server.
61
+
62
+
To obtain credentials:
63
+
64
+
1. Log in to your new Compute Instance using one of the methods below:
65
+
66
+
-**Lish Console**: Log in to Cloud Manager, click the **Linodes** link in the left menu, and select the Compute Instance you just deployed. Click **Launch LISH Console**. Log in as the `root` user. To learn more, see [Using the Lish Console](/docs/products/compute/compute-instances/guides/lish/).
67
+
-**SSH**: Log in to your Compute Instance over SSH using the `root` user. To learn how, see [Connecting to a Remote Server Over SSH](/docs/guides/connect-to-server-over-ssh/).
68
+
69
+
1. Run the following command to access the credentials file:
70
+
71
+
```command
72
+
cat /home/$USERNAME/.credentials
73
+
```
74
+
75
+
This returns passwords that were automatically generated when the instance was deployed. Save them. Once saved, you can safely delete the file.
76
+
77
+
### Additional Resources
61
78
62
79
- Consult the following guides to learn more about working with the various components of the MERN stack:
63
80
@@ -71,7 +88,7 @@ After your MERN One-click App has finished installing, you can:
71
88
|**MongoDB**| Document-based database |
72
89
|**Express**| Web application framework |
73
90
|**React**| JavaScript library |
74
-
|**Node JS**| Runtime environment |
75
-
|**UFW (UncomplicatedFirewall)**| Firewall utility. Ports 22/tcp for IPv4 and IPv6 allows incoming traffic. All other ports have the following firewall rules: deny (incoming), allow (outgoing). |
91
+
|**Node.js**| Runtime environment |
92
+
|**UFW (Uncomplicated Firewall)**| Firewall utility. Ports 22/tcp for IPv4 and IPv6 allows incoming traffic. All other ports have the following firewall rules: deny (incoming), allow (outgoing). |
0 commit comments