- 社群:源來適你
- 活動:《JetBrains IDE 微醺夜 - IDE 操作技巧分享》
- 日期:22th April 20:00
- 地點:線上 Google Meet (無錄影)
- 活動貼文: https://www.facebook.com/share/14vC5d14hDD/?mibextid=wwXIfr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install linux update, followed by GCC and Make | |
sudo yum -y update | |
sudo yum install -y gcc make | |
# Install Nginx and PHP-FPM | |
sudo yum install -y nginx php-fpm | |
# Install PHP extensions | |
sudo yum install -y php-devel php-mysql php-pdo \ | |
php-pear php-mbstring php-cli php-odbc \ |