设置yii2基本框架和ibm bluemix时遇到问题。
我使用此链接作为指南:https://github.com/Twanawebtech/yii2App-Bluemix/blob/master/README.md
Open your terminal
$ git clone https://github.com/Twanawebtech/yii2App-Bluemix.git
$ cd yii2App-Bluemix
'request' => [
// !!! insert a secret key in the following (if it is empty)
- this is required by cookie validation
'cookieValidationKey' => '<secret random string goes here>',
],
http://localhost/yii2App-Bluemix/web
你应该看到祝贺屏幕
返回yii2App-Bluemix文件夹 并打开清单文件 将名称和主机重命名为要调用它的名称。
转到命令提示符并使用Cloud Foundary CLI(一旦设置了Cloud Foundary CLI)
enter cf login
API endpoint: https://api.ng.bluemix.net
enter Email Address:
enter Password:
Select a space (if you have more than one space allocated)
$ cf push yii2App-Bluemix -b https://github.com/cloudfoundry/php-buildpack.git -s cflinuxfs2
http://yii2basic.mybluemix.net/yii
但是我没有得到祝贺屏幕,但我得到以下内容,这是在web文件夹中找到的index.php文件的源代码
我想念或忘记做什么???