umutc / bluemix-yii2basic

This repository is a configured yii 2.0 basic framework for IBM Bluemix cloud foundry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii 2 Basic Project Template For IBM Bluemix CloudFoundry

Install

1- Download project via zip
2- Open zip
3- Run this command "cd C:\xampp\htdocs\app" -> folder of your project file
4- Run this command "composer install" -> install depencies
Pus to CloudFoundry

Before cf push open web/index.php and comment out the following two lines.
defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_ENV') or define('YII_ENV', 'dev');

About

This repository is a configured yii 2.0 basic framework for IBM Bluemix cloud foundry.

License:Other


Languages

Language:PHP 96.0%Language:CSS 2.1%Language:Batchfile 1.6%Language:ApacheConf 0.3%