I’m on Linux, running Kubuntu 20.10, trying to setup DevKinsta on my computer.
I can install the .deb file just fine, however, when I open the app the installation process stops when trying to install Docker and I get the error code mentioned in the title.
The way Ubuntu and Kubuntu handles packages are practically the same so installing Docker from their website was no problem!
Unfortunately, when i run the DevKinsta installer after downloading Docker, the installer gets stuck on “Starting Docker…” for a while. After a few minutes it tells me to try running Docker manually, but when I do, it gets stuck on the same “Starting Docker…” again.
What i did was input sudo adduser (username) and then the docker group in terminal and it worked.
I ran into another issue though which I’ve faced before when running lamp stack where when trying to update plugins on wordpress it asks for FTP connection. To fix this, i started by looking at what permissions are needed with ps aux then look for DevKinsta, in my case it was user.
Next i navigated to where the website is located /home/DevKinsta/public/(websitename) and then i changed the permissions to user with sudo chown -R (user) (websitename)/ and now it is working fine.
Hope this can be of use to anyone who has the same problems as me!