xzaero/yii2-hybrid-kit

Yii2 Hybrid Kit Application Template

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/xzaero/yii2-hybrid-kit

v0.1.1 2016-09-01 12:15 UTC

This package is auto-updated.

Last update: 2025-09-17 10:54:43 UTC


README

Yii2 Hybrid Kit

Dependency Status Build Status Original Project

A Yii2 Application Template ready for Big Data reporting.

How do I start?

I will assume that you already have git, docker-compose and composer installed in your machine and available from your shell.

Docker Installation

Clone or download the project if you haven't already:

$ git clone git@github.com:XzAeRo/yii2-hybrid-kit.git

Then, just run the docker-install.sh script:

$ sh docker-install.sh

This will:

  • Build the neccesary Docker containers.
  • Leave the containers running as daemons.
  • Install the PHP dependencies using composer.
  • Run an initial installation script within the application (run migrations, set correct file permissions, etc.).