Skip to content

Commit 7efcbbf

Browse files
authored
Update the Ludwig instructions.
1 parent 2bd418d commit 7efcbbf

File tree

1 file changed

+2
-30
lines changed
  • user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation

1 file changed

+2
-30
lines changed

user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation/docs.md

+2-30
Original file line numberDiff line numberDiff line change
@@ -56,37 +56,9 @@ Be sure to [review requirements](../01.requirements) before starting the install
5656
5757
These instructions assume you are working with an existing site. See the Drupal.org documentation on [Installing Drupal 8] if you do not have an existing site.
5858

59-
1. Download and install the [Ludwig module].
60-
61-
2. Download [Commerce] and the following 6 required modules. Do not install the modules yet.
62-
- [Address]
63-
- [Entity API]
64-
- [Entity Reference Revisions]
65-
- [Inline Entity Form]
66-
- [Profile]
67-
- [State Machine]
68-
69-
3. Ludwig generates a listing of libraries required by those modules. The Packages page at `admin/reports/packages` provides a download link for each missing library along with the paths where they should be placed.
70-
71-
![Ludwig user interface](../images/ludwig-ui.jpg)
72-
73-
4. Download the libraries, then clear the cache to make them available. For example, download commerceguys/addressing and place it in `modules/contrib/address/lib/commerceguys-addressing/v1.0.0`. You should see the STATUS for each required package change from "Missing" to "Installed". Alternatively, if you are comfortable with the command line, you can use Drupal Console or Drush commands.
74-
75-
**Drupal Console**
76-
- ludwig:list: List all managed packages.
77-
- ludwig:download: Download missing packages.
78-
79-
**Drush**
80-
- ludwig-download: Download missing packages.
81-
82-
83-
5. Install Commerce and the 6 required modules.
84-
85-
> Whenever Commerce needs to be updated, all 7 modules need to be downloaded again, and then all of their libraries need to be downloaded again as well.
86-
87-
---
88-
In subsequent sections of the [Installation and updates documentation](../), it is assumed that you are using Composer to manage your site.
59+
Up-to-date Ludwig instructions can be found on the following page [Drupal Commerce + Ludwig installation guide]
8960

61+
[Drupal Commerce + Ludwig installation guide]: https://www.drupal.org/docs/contributed-modules/ludwig/drupal-commerce-ludwig-installation-guide
9062
[Drupal Console]: https://drupalconsole.com
9163
[project-base README]: https://github.com/drupalcommerce/project-base/blob/8.x/README.md
9264
[PHPUnit]: https://www.drupal.org/docs/8/phpunit/running-phpunit-tests

0 commit comments

Comments
 (0)