Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
INSTALAR Y CONFIGURAR PHP MYSQL APACHE Y COMPOSER EN LINUX
Play lesson

Curso de terminal y linea de comandos GNU/LINUX - INSTALAR Y CONFIGURAR PHP MYSQL APACHE Y COMPOSER EN LINUX

5.0 (2)
19 learners

What you'll learn

This course includes

  • 4.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

En este video te enseñaré a preparar tu entorno de trabajo en LINUX. para que tengas configurado PHP, APACHE, MYSQL Y COMPOSER, y tener listo tu sistema operativo para ejecutar proyectos escritos en el lenguaje de programación PHP. Y cómo lo prometido es DEUDA, aquí te dejaré los comandos que utilicé en el video para que les eches un vistazo y los ejecutes si así lo necesitas: sudo apt update sudo apt install apache2 systemctl reload apache2 sudo apt install mysql-server sudo mysql sudo apt install php7.4 php --version sudo apt install libapache2-mod-php7.4 sudo apt install libapache2-mod-php sudo apt install php7.4-mysql sudo apt-get update sudo apt install php7.4-xml sudo apt install php7.4-gd sudo apt install php7.4-mbstring sudo apt install php7.4-mysql sudo apt install php7.4-bcmath sudo apt update sudo apt install curl php7.4-cli php7.4-mbstring git unzip curl --version curl -sS https://getcomposer.org/installer -o composer-setup.php sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer composer sudo apt-get install phpmyadmin SIGUÉME: https://www.instagram.com/dfbastidas/

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere