Skip to content

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

Description

@chihiro-adachi

事前準備

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions