LoginSignup
3
3

More than 5 years have passed since last update.

Vagrant1.8.1 Ubuntu14.04 EC-CUBE3.0.9

Last updated at Posted at 2016-03-31

Vagrant1.8.1 Ubuntu14.04 EC-CUBE3.0.9

環境構築中に微妙にハマったので備忘録。

環境

Vagrant 1.8.1(boxはubuntu/trusty64を使用)
Ubuntu 14.04
EC-CUBE 3.0.9

ハマり所

1、EC-CUBEの権限エラー(以下参照)
共有ディレクトリで作業したかったので、権限を変更する必要があった。
Vagrant 共有ディレクトリ 権限 変更方法

own/grpを両方とも以下のように変更。

"www-data"

2、ミドルウェアをインストール(別にハマってはいないがメモ)

apt-get install apache2
apt-get install mysql-server
apt-get install php5

3、PHPの必須モジュールをインストール

apt-get install php5-curl
apt-get install php5-mysql
apt-get install php5-mcrypt
apt-get install php-apc

4、APC拡張モジュールが有効になっていません。
APC拡張モジュールを有効にするには以下のコマンドを入力し使用可能にする。

php5enmod mcrypt

あとがき

これで何も警告がない状態でインストールすることが出来るようになった。
Screen Shot 2016-03-31 at 2.59.11 PM.png

以上。

3
3
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
3
3