Skip to content

Commit 5b462d6

Browse files
Merge pull request #7257 from josephcardillo-akamai/update/grav-oca-ubu24
Update Grav to Ubuntu 24.04 and add phpMyAdmin option to LAMP guide
1 parent 8a39770 commit 5b462d6

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed
138 KB
Loading

docs/marketplace-docs/guides/grav/index.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Deploy Grav through the Linode Marketplace"
33
description: "Learn how to deploy Grav, a modern open source flat-file CMS, on a Linode Compute Instance."
44
published: 2022-02-22
5-
modified: 2022-03-08
5+
modified: 2025-04-08
66
keywords: ['cms','blog','website']
77
tags: ["marketplace", "linode platform", "cloud manager"]
88
external_resources:
@@ -29,14 +29,14 @@ marketplace_app_name: "Grav"
2929

3030
## Configuration Options
3131

32-
- **Supported distributions:** Ubuntu 20.04 LTS
32+
- **Supported distributions:** Ubuntu 24.04 LTS
3333
- **Recommended plan:** All plan types and sizes can be used.
3434

3535
### Grav Options
3636

3737
- **Email address** *(required)*: Enter the email address to use for generating the SSL certificates.
3838

39-
{{% content "marketplace-limited-user-fields-shortguide" %}}
39+
{{% content "marketplace-required-limited-user-fields-shortguide" %}}
4040

4141
{{% content "marketplace-custom-domain-fields-shortguide" %}}
4242

@@ -50,14 +50,19 @@ marketplace_app_name: "Grav"
5050

5151
![Screenshot of the URL bar with the Grav URL](grav-url.png)
5252

53-
1. You are now prompted to create a new admin user for Grav. Complete the form and click the **Create User** button.
53+
1. Use the following credentials to log in:
54+
- **Username:** *admin*
55+
- **Password:** Enter the password stored in the credentials file on your server. To obtain it, log in to your Compute Instance via SSH or Lish and run:
56+
```command
57+
cat /home/$USER/.credentials
58+
```
5459

55-
![Screenshot of the Create Admin Account form in Grav](grav-create-user.png)
60+
![Screenshot of the Grav login page](grav-login.png)
5661

57-
1. Once the admin user had been created, you are automatically logged in and taken to the Admin dashboard. From here, you can fully administer your new Grav site, including creating content, modifying your configuration, changing your theme, and much more.
62+
You're now logged in and on the Admin dashboard. From here, you can fully administer your new Grav site, including creation of content, modification of your configuration, change your theme, and much more.
5863
59-
![Screenshot of the Admin dashboard](grav-admin.png)
64+
![Screenshot of the Admin dashboard](grav-admin.png)
6065
61-
Now that you’ve accessed your dashboard, check out [the official Grav documentation](https://learn.getgrav.org/) to learn how to further use your Grav instance.
66+
Check out [the official Grav documentation](https://learn.getgrav.org/) to learn how to further use your Grav instance.
6267
6368
{{% content "marketplace-update-note-shortguide" %}}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Deploy a LAMP Stack through the Linode Marketplace"
33
description: "This guide shows you how to use the Linode Marketplace One-Click Application to deploy a LAMP (Linux, Apache, MySQL, PHP) stack on a Linode running Linux."
44
published: 2019-03-26
5-
modified: 2023-06-06
5+
modified: 2025-04-29
66
keywords: ['LAMP', 'apache', 'web server', 'mysql', 'php']
77
tags: ["apache","lamp","cloud-manager","linode platform","php","mysql","marketplace"]
88
external_resources:
@@ -36,6 +36,8 @@ A LAMP (Linux, [Apache](https://www.apache.org), [MySQL](https://www.mysql.com),
3636

3737
- **Email address** *(required)*: Enter the email address to use for generating the SSL certificates.
3838

39+
- **Install PHPMyAdmin**: Choose whether to install PHPMyAdmin during deployment. This provides a web-based interface for managing your MySQL databases.
40+
3941
{{< note >}}
4042
The password for the MySQL root user is automatically generated and provided in the file `/home/$USERNAME/.credentials` when the LAMP deployment completes.
4143
{{< /note >}}

0 commit comments

Comments
 (0)