Install yii framework-2 on Nitrous.io


Today I will write how to install Yii framework on Nitrous.io cloud box. If you face any problem to install it don’t hasitate to comment here. First open a box by selecting PHP.


then run this command –
$ cd workspace/www
$ curl -sS https://getcomposer.org/installer | php
$ composer global require “fxp/composer-asset-plugin:1.0.0″
$ composer self-update
$ composer create-project –prefer-dist yiisoft/yii2-app-basic
This will take too much time. After then browse – http://{nitrous box local address}/yii2-app-basic/web/
Your application is ready !

Comments

Popular Posts

Install and configure Network simulator (ns3) on Ubuntu 14.04