Setting server for first time to deploy PHP application to cloud

Posted on May 18, 2018
PHP

Apache

  • sudo apt-get update
  • sudo apt-get install apache2

Click Here for more details. MySql

  • sudo apt-get update
  • sudo apt-get install mysql-server
  • mysql_secure_installation

Click Here for more details. Composer

  • sudo apt-get update
  • sudo apt-get install composer

Click Here for more details. PHP

  • sudo add-apt-repository ppa:ondrej/php
  • sudo apt-get update
  • sudo apt-get install php7.1 php7.1-common
  • sudo apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mysql php7.1-mbstring

Click Here for more details.