Showing posts in MacOS
post image

Instalar la última versión de npm y Nodejs en macOS

2021-12-12 MacOS

Es común encontrarse con que la versión estable de macOS no cuenta con los paquetes de npm y nodejs actualizados. Bien sea que necesites solo actualizar npm o nodejs en este post te enseñamos como. En este post vamos a ver la forma de instalar npm y ...

by Darío Rivera


post image

Instalar Apache, PHP y MySQL en MacOS 12 (Monterey)

2021-12-10 MacOS

MacOS es un excelente sistema operativo para desarrollar aplicaciones web. Si eres desarrollador o necesitas configurar un proyecto desarrollado en PHP con Apache y MySQL, este artículo te guiará paso a paso hasta configurar los paquetes necesarios para ...

by Darío Rivera


post image

Instalar y configurar Apache en MacOS 12 (Monterey)

2021-12-09 MacOS

En un post anterior vimos cómo Instalar varias versiones de PHP en MacOS. Probablemente necesites ahora instalar y configurar apache para que corra en tu máquina con MacOS y puedas correr tus aplicaciones desarrolladas en PHP. En este post veremos cómo ...

by Darío Rivera


post image

Instalar varias versiones de PHP en MacOS 12 (Monterey)

2021-12-08 MacOS

PHP es un excelente lenguaje de programación que viene por defecto instalado en las nuevas versiones de MacOS. Sin embargo, solamente la última versión disponible estará instalada. La buena noticia es que en MacOS podemos intercambiar versiones de PHP ...

by Darío Rivera


post image

Install multiple versions of PHP on MacOS 12 (Monterey)

MacOS

PHP is an excellent programming language that comes pre-installed in the latest versions of MacOS. However, only the latest available version will be installed. The good news is that in MacOS we can easily switch PHP versions, today we will see how to make...

by Darío Rivera


post image

Install and configure Apache on MacOS 12 (Monterey)

MacOS

In a previous post we saw how to Install multiple versions of PHP on MacOS. You probably need to now install and configure apache to run on your MacOS machine and to be able to run your PHP developed applications. In this post we will see how to make this ...

by Darío Rivera


post image

Install Apache, PHP and MySQL on MacOS 12 (Monterey).

MacOS

MacOS is an excellent operating system for developing web applications. If you are a developer or need to set up a project developed in PHP with Apache and MySQL, this article will guide you step by step to the necessary configuration packages. Apache I...

by Darío Rivera


post image

Install the latest version of npm and Nodejs on macOS.

MacOS

It is common to find that the stable version of macOS does not have updated npm and nodejs packages. Whether you need to update npm or nodejs only, in this post we will show you how to do it. In this post, we will see how to install npm and Nodejs using n...

by Darío Rivera