Download the PHP package ec-cube2/boilerplate without Composer

On this page you can find all versions of the php package ec-cube2/boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package boilerplate

EC-CUBE2 Boilerplate

EC-CUBE2 を Composer で管理

仕組み・メリット

EC-CUBE2 をComposer経由でインストールし、 vendor/ 以下にインストールします。
そのため、EC-CUBE2自体をGitで管理することは不要で、アップデートが容易に可能となります。

同時に EC-CUBE2 CLI を導入するため、CLIで管理可能になります。

プラグイン・モジュール・テンプレートもCompserでインストールする方法は、 ec-cube2/plugin-installer を参考にしてください。

Installation / Usage

手順は今後短縮していきます。 アイデアは GitHub Issue からお寄せください。

1. プロジェクトの作成は以下のコマンドで行います。

PROJECT_NAME はあなたのプロジェクト名に変更してください。

create-project 実行時に、EC-CUBE2から必要なファイルがコピーされます。

Dockerで実行するには以下を実行してください。

2. 設定

設定は .env を設定するか、本番・Dockerなどでは環境変数で指定しましょう。
以下の項目を設定します。

設定値 必須 デフォルト Dockerデフォルト
HTTP_URL * http://localhost:8080/
HTTPS_URL * http://localhost:8080/
ROOT_URLPATH * / /
DOMAIN_NAME
DB_TYPE * mysql
DB_USER * eccube2
DB_PASSWORD password
DB_SERVER * mysql
DB_NAME * eccube2
DB_PORT
ADMIN_DIR * admin/ admin/
ADMIN_FORCE_SSL * false false
ADMIN_ALLOW_HOSTS * a:0:{} a:0:{}
AUTH_MAGIC *
PASSWORD_HASH_ALGOS * sha256 sha256
MAIL_BACKEND * smtp smtp
SMTP_HOST
SMTP_PORT
SMTP_USER
SMTP_PASSWORD

.env.dist から .env は簡単に作成できます。
Docker経由の場合は docker-compose.yml で設定してください。

新規インストールの際に使用する AUTH_MAGIC の値を以下のコマンドで生成することができます。

3. インストール

EC-CUBE2のインストールは EC-CUBE2 CLI で行えます。
以下のコマンドを順番に実行していきましょう。

別のCLIでbashを開き実行しましょう。

インストールコマンド

インストール時に FixComposer プラグインにより以下の問題を修正します。

もし、既存の環境から移行する場合には、以下のコマンドを実行してください。

4. 初期ユーザーの作成

管理画面ユーザーの作成もコマンドラインで行なえます。

5. これで終了。

これで完了です。
早速アクセスしてみましょう。

6. 追加

郵便番号の更新もCLIからやっておきましょう。
進捗もグラフィカルです。

Docker で実行

Docker で実行する場合には、 Docker Compose での実行が便利です。
ローカル環境であれば、すぐに実行が可能です。

停止は、Ctrl + C で行えます。

http://localhost:8080/ から EC-CUBE2にアクセスできます。

ディレクトリ構成

ディレクトリ構成も今までのEC-CUBE2とは違います。
より簡単に、運用しやすいディレクトリ構成で実行できます。


All versions of boilerplate with dependencies

PHP Build Version
Package Version
Requires ec-cube2/cli Version ^1.2
ec-cube2/ec-cube2 Version ~2.13.5
oscarotero/env Version ^1.2
vlucas/phpdotenv Version ^2.0.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ec-cube2/boilerplate contains the following files

Loading the files please wait ....