Skip to content

Commit

Permalink
Added note about the fact that PHP SSL extension is required to insta…
Browse files Browse the repository at this point in the history
…ll all Composer dependencies
  • Loading branch information
samdark committed Sep 4, 2013
1 parent 7f4e02c commit 8c7d0ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ You can then install the application using the following command:
php composer.phar create-project --stability=dev yiisoft/yii2-app-advanced yii-advanced
~~~

Note that in order to install some dependencies you must have `php_openssl` extension enabled.


### Install from an Archive File

Expand Down
2 changes: 2 additions & 0 deletions apps/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basi
Now you should be able to access the application using the URL `http://localhost/yii-basic/web/`,
assuming `yii-basic` is directly under the document root of your Web server.

Note that in order to install some dependencies you must have `php_openssl` extension enabled.


### Install from an Archive File

Expand Down
2 changes: 2 additions & 0 deletions apps/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ http://localhost/yii-benchmark/index.php/site/hello

In the above, we assume `yii-benchmark` is directly under the document root of your Web server.

Note that in order to install some dependencies you must have `php_openssl` extension enabled.

0 comments on commit 8c7d0ae

Please sign in to comment.