Skip to content

Instantly share code, notes, and snippets.

@abarth500
Last active June 28, 2016 01:16
Show Gist options
  • Save abarth500/071a69bc03f8e150a0f0 to your computer and use it in GitHub Desktop.
Save abarth500/071a69bc03f8e150a0f0 to your computer and use it in GitHub Desktop.
[CS実験I] PHPのインストール
#phpをインストール
sudo dnf install php
#Apache(Webサーバ)を再起動
sudo systemctl restart httpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment