Category: Unix

Roots deployment issues with php-fpm

If its on a fresh install, but you have had failed provisions before: ssh into the server and run: Then try to provision again. Another isssue could be: If this fails: But this works: Chances are your sudoers needs fixing: Check inside: /etc/sudoers Make sure there’s no space between # and includedir otherwise it will …

Fix SSH with ansible (roots)

To check if you can ssh : # Connection Test 1: basic connection # Connection Test 2: force choice of private ssh key If test 2 is working then ansible is confused which key to use. To solve this specify it in your hosts/staging (staging is just an example this applies to production environment as well) …

Server permissions problem solution

Make sure you cd into the correct folder you want the server want to be able to control before you run these commands. If you run this in your root folder, make sure you understand file permissions correctly and that your wp-config.php with user credentials now is readable by users that have server access. This …