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
Copy file name to clipboardExpand all lines: md/assignments/weuweb02-cms_install.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,6 @@ Dags att snurra igång vår container!
40
40
41
41
lando start
42
42
43
-
Nästa steg är att be Lando att installera Drush via Composer.
44
-
45
-
lando composer require drush/drush
46
-
47
43
Nu använder vi Drush till att konfigurera vår Drupal-installation.
48
44
49
45
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.
56
52
57
53
### Felsökning
58
54
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
+
59
57
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.
60
58
61
59
* Starta om! When in doubt, reboot!
62
60
* För lite RAM. Se [Troubleshooting Composer](https://www.drupal.org/docs/develop/using-composer/troubleshooting-composer#s-insufficient-memory) på Drupal.org.
63
61
64
62
lando export COMPOSER_MEMORY_LIMIT=-1
65
63
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.
67
65
68
66
lando composer config --global process-timeout 16000
0 commit comments