xzaero/yii2-hybrid-kit

Yii2 Hybrid Kit Application Template

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

This package is auto-updated.

Last update: 2024-04-17 07:18:23 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.).