Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.

Step 3. Component Install

When you’re installing new purchases from Magento Marketplace, the page displays similar to the following:

Install the component

If the list of purchases is correct, click Install.

Messages display in the Console Log as your new purchases are installed. Following is a sample of some of these messages:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[2016-04-07 09:37:06 CDT] Job "maintenance_mode {"enable":true}" has been started
[2016-04-07 09:37:06 CDT] Magento maintenance mode is enabled.
[2016-04-07 09:37:06 CDT] Job "maintenance_mode {"enable":true}" has successfully completed
[2016-04-07 09:37:06 CDT] Job "update {"components":{"addshoppers/magento2-connector":{"name":"addshoppers/magento2-connector","version":"2.0.1"},"addshoppers/purchase-sharing":{"name":"addshoppers/purchase-sharing","version":"2.0.1"},"fooman/printorderpdf-m2":{"name":"fooman/printorderpdf-m2","version":"2.0.2"}}}" has been started
[2016-04-07 09:37:06 CDT] Starting composer update...
[2016-04-07 09:37:07 CDT] ./composer.json has been updated

[2016-04-07 09:37:45 CDT] Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing addshoppers/magento2-connector (2.0.1)
Downloading: Connecting... Downloading: 0%.............. Downloading: 10%................
Downloading: 15% ............ 100%

- Installing fooman/printorderpdf-m2 (2.0.2)
Downloading: Connecting......... Downloading: 0% ............ Downloading: 40%........... Downloading: 75% ........... Downloading: 100%

Writing lock file
Generating autoload files

[2016-04-07 09:37:45 CDT] Composer update completed successfully
[2016-04-07 09:37:45 CDT] Job "update {"components":{"addshoppers/magento2-connector":{"name":"addshoppers/magento2-connector","version":"2.0.1"},"addshoppers/purchase-sharing":{"name":"addshoppers/purchase-sharing","version":"2.0.1"},"fooman/printorderpdf-m2":{"name":"fooman/printorderpdf-m2","version":"2.0.2"}}}" has successfully completed
[2016-04-07 14:38:06 UTC] Job "setup:upgrade []" has started
Cache cleared successfully
File system cleanup:
/var/www/html/magento2/var/generation/Composer
/var/www/html/magento2/var/generation/Magento
/var/www/html/magento2/var/generation/Symfony
The directory '/var/www/html/magento2/var/di/' doesn't exist - skipping cleanup
Updating modules:
Schema creation/updates:
Module 'Magento_Store':

... more ...

Module 'Magento_WishlistSampleData':
Data install/update:
Module 'Magento_Store':
... more ...

Please re-run Magento compile command

[2016-04-07 14:38:14 UTC] Job "setup:upgrade {"command":"setup:upgrade"}" has been successfully completed
[2016-04-07 14:38:14 UTC] Job "setup:static:regenerate []" has started

[2016-04-07 14:38:15 UTC] Cleaning generated files...
[2016-04-07 14:38:15 UTC] Clearing cache...
[2016-04-07 14:38:15 UTC] Cleaning static view files
[2016-04-07 14:38:15 UTC] Job "setup:static:regenerate []" has been successfully completed

When the installation is complete, a page similar to the following displays:

Click Back to Setup Tool.

Clean the cache

Clean the cache by clicking System > Cache Management > Flush Magento Cache or by entering the following command:

1
bin/magento cache:clean
Updated