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
Once the app is deployed, you need to obtain the credentials from the server.
45
52
46
-
1. Open a web browser and navigate to the domain you entered when creating the instance: `https://domain.tld`. If you did not enter a domain, use your Compute Instance's default rDNS domain (`192-0-2-1.ip.linodeusercontent.com`). See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing the rDNS value. Ensure that you are securely accessing the website by prefixing `https` to the URL.
53
+
To obtain the credentials:
47
54
48
-
1.The initial configuration and installation screen for your Drupal site should be displayed. Follow the prompts for the **Choose language**, **Choose profile**, and **Verify requirements** screens, selecting the appropriate configuration values for your Drupal site.
55
+
1.Log in to your new Compute Instance using one of the methods below:
49
56
50
-

57
+
-**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/).
58
+
-**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/).
51
59
52
-
1.In the **Database configuration** screen, fill in the form with the values listed below. Click on **Save and Continue** when you are done.
60
+
1.Run the following command to access the credentials file:
53
61
54
-
-**Database name:**`drupaldb`
55
-
-**Database username:**`drupal`
56
-
-**Database password:** Enter the database user password you created when deploying the instance.
62
+
```command
63
+
cat /home/$USERNAME/.credentials
64
+
```
57
65
58
-
1. Continue to follow the prompts for the **Configure site** screen and select the appropriate configuration values for your Drupal site. When complete, you are brought to your Drupal site's admin panel where you can begin [building your Drupal site](https://www.drupal.org/documentation/build).
66
+
This returns passwords that were automatically generated when the instance was deployed. Save them. Once saved, you can safely delete the file.
59
67
60
-

68
+
## Getting Started after Deployment
69
+
70
+
### Access your Drupal Site
71
+
72
+
To access your Drupal site:
73
+
74
+
1. Open a web browser and navigate to the domain you entered when creating the instance: `https://domain.tld`. If you didn't provide a domain, use your Compute Instance's default rDNS domain (`192-0-2-1.ip.linodeusercontent.com`). To learn more on viewing the rDNS value, see [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/). Make sure to use the `https` prefix in the URL to access the website securely.
61
75
62
76
## Software Included
63
77
@@ -66,13 +80,8 @@ The Drupal Marketplace App installs the following required software on your Lino
- Register a domain name and [create a DNS record](/docs/products/networking/dns-manager/) for it using the Linode Cloud Manager.
78
-
-[Configure your Apache HTTP Server](/docs/guides/how-to-install-a-lamp-stack-on-debian-10/#configure-name-based-virtual-hosts) to point to your domain name.
0 commit comments