Skip to content

Commit 375442a

Browse files
authored
Update weuweb02-cms_install.md
1 parent d696872 commit 375442a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

md/assignments/weuweb02-cms_install.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ Dags att snurra igång vår container!
4040

4141
lando start
4242

43-
Nästa steg är att be Lando att installera Drush via Composer.
44-
45-
lando composer require drush/drush
46-
4743
Nu använder vi Drush till att konfigurera vår Drupal-installation.
4844

4945
lando drush site:install --db-url=mysql://drupal8:drupal8@database/drupal8 --site-name="Min coola sida!" --account-name=bengt --account-pass=cisco -y
@@ -56,14 +52,16 @@ Nu kan du besöka din nyinstallerade Drupal CMS i din webbläsare.
5652

5753
### Felsökning
5854

55+
Många problem beror på att du befinner dig i fel katalog när du kör dina kommandon. Andra problem kan lösas om du kör "lando rebuild".
56+
5957
Om du kör i Windows finns flera begränsningar som kan ställa till det. Här är några förslag på lösningar.
6058

6159
* Starta om! When in doubt, reboot!
6260
* För lite RAM. Se [Troubleshooting Composer](https://www.drupal.org/docs/develop/using-composer/troubleshooting-composer#s-insufficient-memory) på Drupal.org.
6361

6462
lando export COMPOSER_MEMORY_LIMIT=-1
6563

66-
* För dålig prestandaz. Se [Why composer install timeouts after 300 seconds?](https://stackoverflow.com/questions/18917768/why-composer-install-timeouts-after-300-seconds) på stackoverflow.
64+
* För dålig prestanda. Se [Why composer install timeouts after 300 seconds?](https://stackoverflow.com/questions/18917768/why-composer-install-timeouts-after-300-seconds) på stackoverflow.
6765

6866
lando composer config --global process-timeout 16000
6967

0 commit comments

Comments
 (0)