0
1

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.

Vagrant+VirtualBoxで作成した仮想マシンにPHPライブラリテスト用環境を構築する【3】

Last updated at Posted at 2017-02-09

Vagrant+VirtualBoxで作成した仮想マシンにPHPライブラリテスト用環境を構築する【1】
Vagrant+VirtualBoxで作成した仮想マシンにPHPライブラリテスト用環境を構築する【2】
Vagrant+VirtualBoxで作成した仮想マシンにPHPライブラリテスト用環境を構築する【3】 ←イマココ
Vagrant+VirtualBoxで構築した仮想マシンをBox化して復元する

pearのインストール

ここめちゃくちゃ詰まった
まずphp-xmがないとうまいこと動かなかった

[vagrant@localhost ~]$ sudo yum --enablerepo=remi,remi-php56 install -y php-xml

pearのインストールもバージョンがあってないとちゃんと動かない。(当たり前か)

[vagrant@localhost ~]$ sudo yum update --enablerepo=remi-php56 php-pear

ライブラリのインストール

[vagrant@localhost ~]$ sudo pear install channel://pear.php.net/Image_Barcode2-0.2.3

突貫だけど整った

使い勝手とかスマートさとかそんなものはどこにもないけどとりあえず整った。

equire_once('Image/Barcode2.php');

この行が動く環境ができた....

ワクワク

ポチー

スクリーンショット 2017-02-09 17.37.00.png

で、できたー(一応加工してます)

おわりに

実際に手を動かしながら記事を書いてみたけど、なかなかひどい。
とりあえず疑わしいものを全部やって確かめる方式で進めてきたので、書いてないこともいっぱいある。
内容は後々追加、修正していきます。すみませんでした。

全ての情報発信しているエンジニアに感謝

追記

Box化からの復元もやってみた
Vagrant+VirtualBoxで構築した仮想マシンをBox化して復元する

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?