Now that we have our editor up and running, it’s time to install the packages we’ll need: PHP, Git and Composer. apt install php apt install git This will install the latest PHP and Git packages. For Composer, we need to do a little bit of extra work. We need to go to the Composer download page and use the instructions for the command line installation: php -r "copy('https://getcomposer.org/instal
