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

52
52
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
+
```
54
59
55
-

60
+

56
61
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.
58
63
59
-

64
+

60
65
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.
Copy file name to clipboardExpand all lines: docs/marketplace-docs/guides/lamp-stack/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Deploy a LAMP Stack through the Linode Marketplace"
3
3
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."
@@ -36,6 +36,8 @@ A LAMP (Linux, [Apache](https://www.apache.org), [MySQL](https://www.mysql.com),
36
36
37
37
-**Email address***(required)*: Enter the email address to use for generating the SSL certificates.
38
38
39
+
-**Install PHPMyAdmin**: Choose whether to install PHPMyAdmin during deployment. This provides a web-based interface for managing your MySQL databases.
40
+
39
41
{{< note >}}
40
42
The password for the MySQL root user is automatically generated and provided in the file `/home/$USERNAME/.credentials` when the LAMP deployment completes.
0 commit comments