Most voted "digitalocean" questions
19 questions
Sort by count of
-
3
votes1
answer153
viewsWhy is uploading images to my Digitalocean server so slow?
I’m running a Java application using Play! Framework on my Digitalocean droplet. However, when uploading images through the browser I realize that the request is very slow and uploading an image of…
-
3
votes2
answers769
viewsSend file to remote server with PHP
I have a PHP system that I developed and put online on my server at Digitalocean, the site has two parts, which visitors will access and the administration area where I manage this site and put the…
-
2
votes2
answers5677
viewsComposer Returning Memory Allocation Error
I just installed Composer and I am trying to download some files from sendgrid, however it is returning me memory error. Someone knows what’s causing this and how to fix it? Installing…
-
2
votes4
answers7933
viewsHow to upgrade Node.js from version 8 to 10 on Linux Ubuntu, via SSH?
I tried several tutorials on the internet before coming to post the doubt here on Stackoverflow and no tips worked. My repository is with version 8 of Node and the same, even removing, back. I need…
-
1
votes0
answers725
viewsError writing to database - Moodle installation
I’m trying to install the moodle on my server Digital Ocean I am following all the steps according to what is asked, until there comes a time that asks to install the plugins, but during the…
-
1
votes1
answer69
viewsProblem with urls and views inside the server
I was studying python and Django, and I decided to make my wedding website in January. The project runs perfectly on my local pc, the problem is when I deploy on digital Ocean and it gives that…
-
1
votes0
answers77
viewsMysql 5.6 and Ubuntu 15.10 Remote Connection
I have a Droplet on Digitalocean with Mysql 5.6 on Ubuntu 15.10. Normally for remote connection I change the file /etc/mysql/my.cnf in the parameter bind-address = 0.0.0.0. It turns out that in this…
-
1
votes0
answers45
viewsVPS configuration
I acquired a VPS at Digital Ocean. The idea is to run an MEAN application. So I opted for the "One click apps" option they offer and the installation/configuration of my server was automatic. With…
-
1
votes1
answer214
viewsCodeigniter or PHP Queue (queue)
I’m doing a massive upload of files to a photo server. It happens that until sending all the photos, the user ends up waiting a long time. Then they gave me the tip to search about queue or Queue.…
-
0
votes0
answers1186
viewsHow to create a domain using vestaCP in Digital Ocean
I don’t know if I’m doing it the right way because it’s not working, I created a domain in the vest. I went to my domain’s DNS and added a CNAME record meusubdominio then went on web also in the…
-
0
votes2
answers281
viewsChange the main domain of a website on digitalocean
I have a wordpress site running normally in the domain www.examples 1.com.br however I want to change the domain to www.examples (/var/www/exemplo1.com.br/public_html/) has the name of…
-
0
votes1
answer265
viewsCreate email accounts using Postfix to send on Woocommerce
I have a website hosted on digitalocean. I have configured the server with Easyengine for installation of PHP, Mysql, Nginx, Postfix, Wordpress, etc. However, my Wordpress is not sending email, and…
-
0
votes1
answer143
viewsDoubt about the structure of the Nodejs + Mongo app in Digital Ocean
Guys by indications I started using 1 machine at Digital Ocean in place at UOL Host. As I don’t have much experience with the server setup part, I’m in doubt and hope someone will help me: Setting:…
-
0
votes1
answer248
viewsI can access site only by ip
I hosted an application on Digitalocean but I can only access it via IP. I changed the DNS servers yesterday afternoon. What can be?
-
0
votes1
answer395
viewsLinux commands through Laravel
I’m creating some custom commands in Laravel as per the documentation: https://laravel.com/docs/5.4/artisan ex: php artisan gestao:config This command allows me to automatically configure some…
-
0
votes1
answer550
viewsLaravel 5.4 cache problems
Hi, I’m having apparent cache issues on Laravel 5.4. When I give a UPDATE in a form, I direct the user to the listing of records. When you return to the editing form, the old data (before making the…
-
0
votes1
answer169
viewsHow to enable PHP utf8_decode
Hey, fellas, good morning. I created a virtual machine in Ocean with Linux Ubuntu and PHP 5.6, but when uploading the php system files, the server did not identify / interpreted the command line:…
-
0
votes0
answers109
viewsProblem with Static files in Django project deploy on Digitalocean
I deployed a project Python and Django in the Digitalocean, but I’m having trouble with static files Inside my project, in the folder static when typing the command pwd to see the full file path, I…
-
-1
votes1
answer75
viewsError creating folder in PHP
I’m having trouble using the mkdir() inside my vps in the Digital Ocean. I installed the LAMP and I made all the appropriate settings to run my system. However, in the folder creation area, it is…