21
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

超絶簡単!?Zend Framework 1.xインストール方法

Last updated at Posted at 2014-07-18

ここではZendフレームワークのインストール方法をご紹介しちゃいます!

超絶簡単!?なのでペロッとインストールしちゃってください(^ω^)ペロペロ

①下記URLからZendフレームワークのダウンロード(1.x推奨)

http://framework.zend.com/downloads/latest
スクリーンショット 2014-07-18 10.14.52.png

②ダウンロードしたZendFramework-【バージョン名】の中にある「library」ディレクトリを「/usr/share」に配置

スクリーンショット 2014-07-18 10.23.34.png

スクリーンショット 2014-07-18 17.52.12.png

③「/etc/php.ini」ファイルに「include_path = ".:/usr/share/library"」を新規入力

スクリーンショット 2014-07-18 18.06.43.png

④apacheの再起動!!

「service httpd restart」コマンドでapacheの再起動。

⑤PHPファイル作成&PHPファイルにソースを入力

①「Vi ファイル名.php」でPHPファイル作成(ディレクトリは実行出来ればどこでもおk!)
②作成したPHPファイルに下記ソースを記入

21
21
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?