Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

プラグインのセットアップ手順 #20

Open
chihiro-adachi opened this issue Mar 15, 2023 · 0 comments
Open

プラグインのセットアップ手順 #20

chihiro-adachi opened this issue Mar 15, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@chihiro-adachi
Copy link
Contributor

chihiro-adachi commented Mar 15, 2023

事前準備

EC-CUBEのインストールを完了させておくこと

プラグインの設置

cd ec-cube
git clone https://github.com/EC-CUBE/TwoFactorAuthCustomer42.git
git clone https://github.com/EC-CUBE/TwoFactorAuthCustomerSms42.git
git clone https://github.com/EC-CUBE/TwoFactorAuthCustomerApp42.git

プラグインのインストール

cd ec-cube
bin/console eccube:composer:require ec-cube/twofactorauthcustomer42 --from=./TwoFactorAuthCustomer42
bin/console eccube:composer:require ec-cube/twofactorauthcustomersms42 --from=./TwoFactorAuthCustomerSms42
bin/console eccube:composer:require ec-cube/twofactorauthcustomerapp42 --from=./TwoFactorAuthCustomerApp42

プラグインの有効化

cd ec-cube
bin/console e:p:e --code TwoFactorAuthCustomer42
bin/console e:p:e --code TwoFactorAuthCustomerSms42
bin/console e:p:e --code TwoFactorAuthCustomerApp42

トラブルシュート

インストール時に以下のようなエラーが出た場合は、EC-CUBE/ec-cube#5843 を参照してください。

In PluginInstaller.php line 56:

  Undefined index: id
@chihiro-adachi chihiro-adachi added the documentation Improvements or additions to documentation label Mar 23, 2023
@chihiro-adachi chihiro-adachi added this to the 1.0.0 milestone Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant