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: README.md
+20-10
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,32 @@ It is recommended to use the `composer` PHP package manager for production magen
14
14
15
15
### Installation ###
16
16
17
-
- Install the files:
18
-
- Using composer (recommended). Run `composer require nofrixion/magento2-payments-module`
19
-
- Using a ZIP file (not recommended). Unzip the ZIP file in `app/code/Nofrixion/Payments`
20
-
- Enable the module by running `php bin/magento module:enable Nofrixion_Payments`
21
-
- Apply database updates by running `php bin/magento setup:upgrade` (for production, also add the parameter `--keep-generated` or you will need to run `php bin/magento setup:di:compile` again.)
22
-
- Flush the cache by running `php bin/magento cache:flush`
17
+
- Install the NoFrixion payments module using composer by running the following commands:
\* it is also possible to install the module by downloading the ZIP file from github and extracting it to `{magento-install-directory/app/code/Nofrixion/Payments`. Then run the last four commands in the sequence above to enable the plugin. This method is NOT recommended for production environments.
23
28
24
29
Note, there are several third-party caching products that may be deployed in your Magento environment and prevent the payments module from appearing in the Magento administration interface. If the Nofrixion Payments module is not visible after following the above steps, most third party caches will be cleared by restarting the apache server.
25
30
26
31
### Updates ###
27
32
28
-
If you have installed the payments module using the composer command specified above, you can update the plugin using composer. The following procedure will update the payments plugin to the most recent stable version:
33
+
If you have installed the payments module using the composer command specified above, you can update the plugin using composer. From a shell session on your magento server, run:
- From a shell session on your magento server, run `composer update nofrixion/magento2-payments-module`.
31
-
- Apply database updates by running `php bin/magento setup:upgrade` (for production, also add the parameter `--keep-generated` or you will need to run `php bin/magento setup:di:compile` again.)
32
-
- Flush the cache by running `php bin/magento cache:flush`
42
+
If you are updating a production environment, we recommend [placing the store in maintenance mode](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/maintenance-mode.html) first.
0 commit comments