LoginSignup
5
6

More than 5 years have passed since last update.

AWSでCakePHPを始める(保存版)

Last updated at Posted at 2014-12-04

AWSでEC2を立ち上げたところから始めます。

$ sudo -s

EC2にPHPとMySQLをインストールします。

$ sudo yum -y install php php-mysql 

バージョンを確認。

$ $ php -v 

Cakephpをインストールする階層に移動。

$ cd /var/www/html 

cakephpの2.5.5バージョンをインストール。

$ wget https://codeload.github.com/cakephp/cakephp/zip/2.5.5

zipを解凍。cakephp-2.5.5フォルダができます。

$ unzip 2.5.5 
# mv cakephp-2.5.5/ cakephp/
5
6
0

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
5
6