ec-cube icon indicating copy to clipboard operation
ec-cube copied to clipboard

4.2ブランチのセットアップ手順

Open chihiro-adachi opened this issue 3 years ago • 0 comments

EC-CUBE 4.2およびメルマガプラグインのセットアップ手順です。 動作確認等にご利用ください。

4.2ブランチをclone

$ git clone https://github.com/EC-CUBE/ec-cube.git $ cd ec-cube $ git switch 4.2

composer install

$ composer install

ec-cubeのインストール

// SQLiteを使用する場合はすべてデフォルトでOK $ bin/console e:i

ec-cubeの起動

$ php -S 127.0.0.1:8000

メールマガジンプラグインのインストール

$ git clone https://github.com/EC-CUBE/mail-magazine-plugin.git app/Plugin/MailMagazine42 $ cd app/Plugin/MailMagazine42 $ git switch 4.2 $ cd -

$ bin/console e:p:i --code MailMagazine42 $ bin/console e:p:e --code MailMagazine42

chihiro-adachi avatar May 31 '22 07:05 chihiro-adachi