-
Published Answer
After trying to play with grub config and trying to re install grub I decided to restore a backup. Now the server is up, with a lot…
•
By
leeppolis
-
Published Question
I was happily running apache2 and mysql on a Ubuntu 16.04 server with no problems, but yesterday I noticed that there were a bunch of updates available and I installed them using apt-get.
One of the updates was apache...
3
•
•
By
leeppolis
Apache
Ubuntu
-
Published Question
I'm trying to install the new version of the do-agent following the tutorial.
first I remove the old do-agent package
then I try to execute curl -sSL https://insights.nyc3.cdn.digitaloceanspaces.com/install.sh | sudo ...
1
•
•
By
leeppolis
DigitalOcean
-
Published Answer
So, finally with the help from people from DigitalOcean I’ve been able to stop and destroy that faulty container.
Here is what I…
•
By
leeppolis
-
Published Question
Today I tried to create a new mySql database on my Dokku container using
dokku mysql:create bookmarks
The container has been created, but it seems it is unable to start.
The command
dokku mysql:list
always shows...
1
•
•
By
leeppolis
Dokku
MySQL
Ubuntu
-
Published Question
Hi,
I just created a LEMP droplet with the default configuration.
I'm using a PHP application that redirects all the requests to the main /index.php and this script takes care of all the routing and includes the corre...
4
•
•
By
leeppolis
Nginx
LEMP
Ubuntu
-
Published Question
I'm trying to configure my first Dokku container and I am a little bit confused.
My PHP app that works perfectly on another server returns some error, but I don't know where I can find the error description.
From my b...
1
•
•
By
leeppolis
Dokku
PHP
Ubuntu