-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d73b2b
commit 5cbcecd
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# Install Drupal 9 with One command using Lando | ||
Install Drupal 9 with One command using Lando | ||
Install Drupal 9 with one command using Lando. You don't need to set up a web server or database separately. | ||
|
||
## Prerequisites | ||
|
||
Install [Lando](https://docs.lando.dev/basics/installation.html) | ||
|
||
## Quick Setup | ||
|
||
Clone this repository and run the below command when you are in the `install-drupal-1cmd-lando` directory. | ||
``` | ||
lando rebuild -y | ||
``` | ||
It will output something like below: | ||
``` | ||
[success] Installation complete. User name: admin User password: zMigDZjuSi | ||
http://d9.lndo.site/user/reset/1/1597523314/3YE-PwU9bDesKaRQoHkCjgtLbd5iM2wIB4g8GSUKd90/login | ||
Here are some vitals: | ||
NAME d9 | ||
LOCATION /Users/pr/Documents/Drupal/restapi/install-drupal-1cmd-lando | ||
SERVICES appserver, database | ||
APPSERVER URLS https://localhost:33130 | ||
http://localhost:33131 | ||
http://d9.lndo.site/ | ||
https://d9.lndo.site/ | ||
``` | ||
All set! Access `http://d9.lndo.site/user/reset/1/1597523314/3YE-PwU9bDesKaRQoHkCjgtLbd5iM2wIB4g8GSUKd90/login` URL and change your password. |