Skip to content

[NEW] How to Create a MERN Stack Application #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ resources/_gen/assets
hugo_stats.json
.hugo_build.lock
redirects.conf
scripts/duplicates.csv
scripts/duplicates.csv
algolia_out/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.0.0
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.0.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431
# github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b
# github.com/linode/linode-website-partials v0.0.0-20220823205138-6cd3458d0589
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.401.201
# github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.0.0-20211006154215-97cb50aae023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ client = paramiko.client.SSHClient()
client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
client.connect(host, username=username, password=password)
_stdin, _stdout,_stderr = client.exec_command("df")
print(stdout.read().decode())
print(_stdout.read().decode())
client.close()
{{< /file >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/products/networking/cloud-firewall/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Stay protected as your network grows. Effortlessly apply the same ruleset across

## Pricing and Availability

Cloud Firewalls are available at no change across [all regions](https://www.linode.com/global-infrastructure/).
Cloud Firewalls are available at no charge across [all regions](https://www.linode.com/global-infrastructure/).

## Limits and Considerations

Expand Down
5 changes: 3 additions & 2 deletions docs/products/tools/marketplace/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Get Started
description: "Learn how to deploy and use One-Click Apps hosted on the Linode Marketplace."
tab_group_main:
weight: 20
date: 2022-03-08
published: 2022-03-08
modified: 2022-09-07
aliases: ['/platform/marketplace/how-to-use-marketplace-apps-at-linode/', '/platform/one-click/how-to-use-one-click-apps-at-linode/','/guides/how-to-use-marketplace-apps-at-linode/', '/products/tools/marketplace-one-click-apps/guides/marketplace-deploy-app/', '/products/tools/marketplace-one-click-apps/guides/marketplace-access-app/','/products/tools/marketplace-one-click-apps/guides/marketplace-add-domain-name/']
image: how-to-use-linode-oneclick-apps.png
---
Expand All @@ -16,7 +17,7 @@ When a Marketplace App is deployed, a new Compute Instance is created and the ap

1. Log in to the [Cloud Manager](https://cloud.linode.com) and select the **Marketplace** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected.

1. Under the **Select App** section, select the app you would like to deploy. Click on the info icon (**i**) to open the details panel for that application and learn more about the included software. Within the panel, there is also a link to the corresponding guide where you can learn how to deploy and access that Marketplace App.
1. Under the **Select App** section, select the app you would like to deploy. Click on the info icon (**i**) to open the details panel for that app and learn more about the included software. Within the panel, there is also a link to the corresponding guide where you can learn how to deploy and access that Marketplace App.

![Screenshot of Select App section](marketplace-select-app.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/linode/linode-api-docs/v4 v4.135.0 // indirect
github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431 // indirect
github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597 h1:nzjE3Z
github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431 h1:UWjt/51Yr3LqyVh8aCMNULpcWaQDJp56rIGaoLYP8QY=
github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b h1:IeCZ4PLvh5XA12gE0get0D93mgCFdMk9NmDKvDremwM=
github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
github.com/linode/linode-website-partials v0.0.0-20220606192522-84ec82a08583/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20220627214124-71a8a25a5260/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20220823205138-6cd3458d0589/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
1 change: 0 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ HUGO_VERSION = "0.83.1"

[context.deploy-preview.environment]
HUGO_VERSION = "0.83.1"
NODE_VERSION = "14.18.1"

[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.