Skip to content

Commit e768c3b

Browse files
update distro and instructions (#7212)
1 parent 0c1d806 commit e768c3b

File tree

1 file changed

+26
-9
lines changed
  • docs/marketplace-docs/guides/mern-stack

1 file changed

+26
-9
lines changed

docs/marketplace-docs/guides/mern-stack/index.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: "Deploy a MERN Stack through the Linode Marketplace"
33
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."
44
published: 2019-04-02
5-
modified: 2022-03-08
5+
modified: 2025-03-10
66
keywords: ['mongodb','mern','react','express', 'web app']
77
tags: ["web server","database","cloud-manager","linode platform","web applications","marketplace"]
88
external_resources:
99
- '[MongoDB Getting Started](https://docs.mongodb.com/manual/tutorial/getting-started/)'
1010
- '[Express Hello World Example](https://expressjs.com/en/starter/hello-world.html)'
1111
- '[React Getting Started](https://reactjs.org/docs/getting-started.html)'
12-
- '[Node.js Getting Started](https://nodejs.org/es/docs/guides/getting-started-guide/)'
12+
- '[Node.js Getting Started](https://nodejs.org/en/docs/guides/getting-started-guide/)'
1313
aliases: ['/products/tools/marketplace/guides/mern-stack/','/platform/marketplace/deploy-mern-with-marketplace-apps/', '/platform/one-click/deploy-mern-with-one-click-apps/', '/guides/deploy-mern-with-one-click-apps/','/guides/deploy-mern-with-marketplace-apps/','/guides/mern-stack-marketplace-app/']
1414
authors: ["Akamai"]
1515
contributors: ["Akamai"]
@@ -42,22 +42,39 @@ All of these technologies are well-established, offer robust feature sets, and a
4242

4343
## Configuration Options
4444

45-
- **Supported distributions:** Debian 10, Debian 11, and Ubuntu 20.04 LTS
46-
- **Recommended minimum plan:** 1GB Shared Compute Instance or higher, depending on the number of sites and size of the sites you plan on hosting.
45+
- **Supported distributions:** Ubuntu 24.04 LTS
46+
- **Suggested plan:** 1GB Shared Compute Instance or higher, depending on the number of sites and size of the sites you plan on hosting.
4747

4848
### MERN Stack Options
4949

5050
{{% content "marketplace-limited-user-fields-shortguide" %}}
5151

52-
{{% content "marketplace-custom-domain-fields-shortguide" %}}
52+
{{% content "marketplace-required-limited-user-fields-shortguide" %}}
5353

5454
{{% content "marketplace-special-character-limitations-shortguide" %}}
5555

5656
## Getting Started After Deployment
5757

58-
After your MERN One-click App has finished installing, you can:
58+
### Obtain the Credentials
5959

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
6178

6279
- Consult the following guides to learn more about working with the various components of the MERN stack:
6380

@@ -71,7 +88,7 @@ After your MERN One-click App has finished installing, you can:
7188
| **MongoDB** | Document-based database |
7289
| **Express** | Web application framework |
7390
| **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). |
7693

7794
{{% content "marketplace-update-note-shortguide" %}}

0 commit comments

Comments
 (0)