-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer_installation.txt
59 lines (44 loc) · 3.17 KB
/
composer_installation.txt
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
49
50
51
52
53
54
55
56
57
58
59
Installation
1.1 Back-up
We strongly advise to install and update the extension on a staging environment first and make a back-up of your webshop prior to the installation.
1.2 Composer installation
Login via SSH and execute the following commands via the command line:
composer require buckaroo/magento1
1.3 Extension activation and updates
Execute the following commands via the command line:
cp -ra vendor/buckaroo/magento1/app/* YOUR_MAGENTO_INSTALLATION_ROOT/app
cp -ra vendor/buckaroo/magento1/skin/* YOUR_MAGENTO_INSTALLATION_ROOT/skin
1.4 File access rights
Depending on the operating system, make sure the just added files have the correct access rights so that the web server can access and execute the files correctly.
The composer command can be executed by the logged in user on the server which is sometimes not the same as the user of the web server. The files created by composer can not be read by the web server which can lead to unexpected behaviour.
Composer will install the files in:
vendor/buckaroo/magento1
1.5 Flush cache and sessions
Flush your Magento cache using the following command:
rm -rf MAGENTO_INSTALLATION_ROOT/var/cache/*
rm -rf MAGENTO_INSTALLATION_ROOT/var/session/*
The installation is now completed.
Update
2.1 Update the extension
To be able to make use of the latest features and bugfixes you should update the extension frequently. To do this you have to execute the following commands and flush your Magento cache.
composer update buckaroo/magento1
IMPORTANT NOTE: if you update from v5.0.1 or lower to v5.2.2 or higher then you need also execute :
composer remove tig/buckaroo-magento1
IMPORTANT NOTE: if you update from v5.2.2 or lower to v5.3.0 or higher then you need also execute :
rm -rf MAGENTO_INSTALLATION_ROOT/app/code/community/TIG
rm -rf MAGENTO_INSTALLATION_ROOT/app/design/adminhtml/default/default/layout/TIG/buckaroo3extended.xml
rm -rf MAGENTO_INSTALLATION_ROOT/app/design/frontend/base/default/layout/TIG/buckaroo3extended.xml
rm -rf MAGENTO_INSTALLATION_ROOT/app/etc/modules/TIG_Buckaroo3Extended.xml
rm -rf MAGENTO_INSTALLATION_ROOT/app/locale/en_US/TIG_Buckaroo3Extended.csv
rm -rf MAGENTO_INSTALLATION_ROOT/app/locale/nl_NL/TIG_Buckaroo3Extended.csv
rm -rf MAGENTO_INSTALLATION_ROOT/app/locale/de_DE/TIG_Buckaroo3Extended.csv
rm -rf MAGENTO_INSTALLATION_ROOT/app/locale/de_AT/TIG_Buckaroo3Extended.csv
rm -rf MAGENTO_INSTALLATION_ROOT/skin/adminhtml/default/default/css/tig_buckaroo3extended/
rm -rf MAGENTO_INSTALLATION_ROOT/skin/adminhtml/default/default/images/tig_buckaroo3extended/
rm -rf MAGENTO_INSTALLATION_ROOT/skin/adminhtml/default/default/js/tig_buckaroo3extended/
rm -rf MAGENTO_INSTALLATION_ROOT/skin/adminhtml/default/default/js/TIG/Buckaroo3Extended/
rm -rf MAGENTO_INSTALLATION_ROOT/skin/frontend/base/default/css/TIG/Buckaroo3Extended/
rm -rf MAGENTO_INSTALLATION_ROOT/skin/frontend/base/default/images/tig_buckaroo3extended/
rm -rf MAGENTO_INSTALLATION_ROOT/skin/frontend/base/default/js/TIG/Buckaroo3Extended/
Need support with the Buckaroo extension? Please send an email to support@buckaroo.nl or call Buckaroo on phone number 030-711 5000.
Do you have feedback? We would like to hear from 030-711 5000 or by e-mail at support@buckaroo.nl.