Skip to content

Commit

Permalink
[Marketplace] Wordpress & BeEF cleanup & updates (#6884)
Browse files Browse the repository at this point in the history
* wordpres & beef updates

* Update index.md

* Update index.md

---------

Co-authored-by: Matthew Wildman <matt@wildman.online>
  • Loading branch information
hmorris3293 and wildmanonline authored May 1, 2024
1 parent eb7afce commit 7245975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/products/tools/marketplace/guides/beef/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases: ['/guides/deploying-beef-marketplace-app/','/guides/beef-marketplace-ap
## Configuration Options

- **Supported distributions:** Ubuntu 22.04 LTS
- **Recommended plan:** All plan types and sizes can be used.
- **Recommended plan:** For best results, 4GB Dedicated CPU or Shared Compute instance for BeEF

### BeEF Options

Expand All @@ -49,6 +49,7 @@ aliases: ['/guides/deploying-beef-marketplace-app/','/guides/beef-marketplace-ap
```command
cat /home/$USERNAME/.credentials
```

1. Open your web browser and navigate to `https://[domain]:3000/ui/panel`, where *[domain]* can be replaced with the custom domain you entered during deployment or your Compute Instance's rDNS domain (such as `192-0-2-1.ip.linodeusercontent.com`). You can also use your IPv4 address. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing IP addresses and rDNS.
![Screenshot of the BeEF login prompt](beef-login-prompt.png)
Expand Down
8 changes: 4 additions & 4 deletions docs/products/tools/marketplace/guides/wordpress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Deploy WordPress through the Linode Marketplace"
description: "WordPress is an industry standard CMS. Follow this guide to deploy WordPress on Linode using Marketplace Apps."
published: 2020-09-28
modified: 2023-12-14
modified: 2024-04-16
keywords: ['wordpress','wp cli','marketplace apps', 'cms', 'deploy wordpress with marketplace', 'easy install wordpress']
tags: ["debian","cloud manager","linode platform","cms","wordpress","marketplace","ssl","web applications"]
external_resources:
Expand Down Expand Up @@ -37,7 +37,7 @@ aliases: ['/platform/marketplace/deploying-wordpress-with-marketplace-apps/', '/
- **Website Title:** Enter a title for your WordPress site.

{{< note >}}
The passwords for the WordPress Admin User, WordPress Database User and MySQL root user are automatically generated and provided in the file `/root/.linode_credentials.txt` when the WordPress deployment completes.
The passwords for the WordPress Admin User, WordPress Database User and MySQL root user are automatically generated and provided in the file `/home/$USERNAME/.credentials` when the WordPress deployment completes.
{{< /note >}}

{{< content "marketplace-required-limited-user-fields-shortguide">}}
Expand Down Expand Up @@ -67,7 +67,7 @@ Once the app has been *fully* deployed, you need to obtain the credentials from

### Accessing the WordPress Admin Dashboard

1. Open your web browser and navigate to `http://[domain]/wp-admin/`, where *[domain]* can be replaced with the custom domain you entered during deployment or your Compute Instance's rDNS domain (such as `192-0-2-1.ip.linodeusercontent.com`). You can also use your IPv4 address, though the connection will not be secure. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing IP addresses and rDNS.
1. Open your web browser and navigate to `https://[domain]/wp-admin/`, where *[domain]* can be replaced with the custom domain you entered during deployment or your Compute Instance's rDNS domain (such as `192-0-2-1.ip.linodeusercontent.com`). You can also use your IPv4 address, though the connection will not be secure. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing IP addresses and rDNS.
![Screenshot of the browser's URL bar](wordpress-browser-url.png)

Expand All @@ -85,7 +85,7 @@ Once the app has been *fully* deployed, you need to obtain the credentials from

### Viewing Your Website

Open a web browser and navigate to `http://[domain]`, replacing *[domain]* with the custom domain you entered during deployment or your Compute Instance's IPv4 address or rDNS domain. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing IP addresses and rDNS. Your WordPress site should now be displayed.
Open a web browser and navigate to `https://[domain]`, replacing *[domain]* with the custom domain you entered during deployment or your Compute Instance's IPv4 address or rDNS domain. See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing IP addresses and rDNS. Your WordPress site should now be displayed.
### Manually Configure a Domain
Expand Down

0 comments on commit 7245975

Please sign in to comment.