Nginx – phpmyadmin configuration as location next to a website
To start, install phpmyadmin at the desired location. compose create-project phpmyadmin/phpmyadmin I prefer to use composer, but there are other
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 moreIn the Nginx configuration, just add the configuration fastcgi_param $http-authorization if_not_empty HTTP_AUTHORIZATION; authentication variables to be filled out. From the
Read more