4
3

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.

Amazon Linux2 + PHP7.1(LTS) の環境を作る

Last updated at Posted at 2018-10-11

6月にやっとAmazon Linux2の正式リリースがされましたね。
サーバーレスが主流(?)な昨今ですが、業務要件によってはまだまだサーバーが必要なこともあるかと思います。
今回EC2に表題の環境をセットアップしましたので、備忘録として残しておきたいと思います。

PHP7.1(LTS)のインストール

  • httpdをインストール(PHPインストール時に必要)
    • sudo yum install httpd
  • リポジトリ登録
4
3
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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?