xzaero / yii2-hybrid-kit
Yii2 Hybrid Kit Application Template
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.0
- ext-intl: *
- asofter/yii2-imperavi-redactor: dev-master@dev
- bower-asset/admin-lte: ^2.0
- bower-asset/flot: ^0.8
- bower-asset/font-awesome: ^4.0
- bower-asset/html5shiv: ^3.0
- bower-asset/jquery-slimscroll: ^1.3
- intervention/image: ^2.1
- mihaildev/yii2-elfinder: ^1.0
- symfony/process: ^3.0
- trntv/cheatsheet: ^0.1@dev
- trntv/probe: ^0.2
- trntv/yii2-aceeditor: ^2.0
- trntv/yii2-command-bus: ^2.0
- trntv/yii2-datetime-widget: ^1.0.0
- trntv/yii2-file-kit: ^1.0.0
- trntv/yii2-glide: ^1.0.0
- vlucas/phpdotenv: ^2.0
- yiisoft/yii2: ^2.0.6
- yiisoft/yii2-authclient: ^2.0.0
- yiisoft/yii2-bootstrap: ^2.0.0
- yiisoft/yii2-jui: ^2.0.0
- yiisoft/yii2-mongodb: ^2.1.0
- yiisoft/yii2-swiftmailer: ^2.0.0
Requires (Dev)
- codeception/codeception: ^2.0
- codeception/specify: ^0.4.3
- codeception/verify: ^0.3.0
- yiisoft/yii2-codeception: ^2.0.0
- yiisoft/yii2-debug: ^2.0.0
- yiisoft/yii2-faker: ^2.0.0
- yiisoft/yii2-gii: ^2.0.0
Suggests
- trntv/yii2-debug-xhprof: dev-master@dev
This package is auto-updated.
Last update: 2024-10-17 08:33:19 UTC
README
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.).