WordPress – how to install wp-cli on Ubuntu
Start by downloading wp-cli curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Then give him the right to be executed chmod +x wp-cli.phar Then move
Read moreStart by downloading wp-cli curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Then give him the right to be executed chmod +x wp-cli.phar Then move
Read moreTo start, install phpmyadmin at the desired location. compose create-project phpmyadmin/phpmyadmin I prefer to use composer, but there are other
Read moreOn Ubuntu it is possible to search and replace a word or phrase with a simple command line sed -i’s/original/new/g’
Read morePreparation To begin with we need an entity Product as well as a ProductImage entity that will contain the
Read moreTo have a usable rendering of twig’s ‘dump’ command like this: just use this command: composer require debug –dev
Read moreTo launch a script in the background from the terminal, just use the command tmux Once inside, just run the
Read moreFirst of all you have to install the xdebug package for php5.6 sudo apt-get install php-xdebug Then you have to
Read moreDocker In the docker-composer.yml file create an image/php Import: build: images/php Ports: – 80:80 Volumes: – .. /..:/ var/www find
Read moreTo use nano in docker, you have to update the apt-get, install nano. Trying to open a file you can
Read moreTo find out which folder the script is being executed in, and it doesn’t matter where it’s called DIR””$( cd
Read more