Questions tagged as 'digitalocean'

2
answers

Send file to remote server with PHP

I have a PHP system that I have 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 content users will have access. I left...
asked by 02.12.2016 / 20:22
1
answer

Why is uploading images to my DigitalOcean server so slow? [closed]

I'm running a Java application using Play! Framework on my droplet on DigitalOcean. However, when I upload images through the browser I realize that the request is very slow and the upload of a ~ 2MB image is taking ~ 1-2 minutes to happen. D...
asked by 03.07.2016 / 02:00
1
answer

Composer returning memory allocation error

I just installed the composer and am trying to download some files from sendgrid, however it is returning me error regarding memory. Does anyone know what's causing this and how to solve it? Installing sendgrid/php-http-client (3.1.0): Loading...
asked by 01.07.2018 / 10:51
1
answer

Codeigniter or PHP Queue (queue)

I'm doing a massive upload of files to a photo server. It happens that until you send all the photos, the user ends up waiting a long time. Then they gave me the hint of searching about queue or queue. This way, the user could leave the uploa...
asked by 19.03.2018 / 18:43
0
answers

Remote Connection Mysql 5.6 and Ubuntu 15.10

I have a Droplet on DigitalOcean with Mysql 5.6 on Ubuntu 15.10. Normally for remote connection I change the /etc/mysql/my.cnf file in the bind-address = 0.0.0.0 parameter. It turns out that in this version the file my.cnf...
asked by 09.01.2017 / 04:46
0
answers

VPS configuration [closed]

I purchased a VPS on Digital Ocean. The idea is to run a MEAN application. So I opted for the "One click apps" option that they offer and the installation / configuration of my server was automatic. With the environment set up, I uploaded my...
asked by 18.01.2017 / 03:39
1
answer

Create email accounts using Postfix to send in WooCommerce

I have a site hosted on digitalocean. I configured the server with EasyEngine to install PHP, MySQL, Nginx, Postfix, WordPress, etc. However, my WordPress is not sending e-mail, and because it is a store (WooCommerce), I need this function. S...
asked by 01.04.2016 / 00:56
2
answers

Change main domain of a site in digitalocean

I have a wordpress site running normally in the domain www.example1.com but I want to change the domain to www.example2.com and I have configured the dns and everything else, but the folder that is the files of the site in the server (/var/ww...
asked by 31.03.2016 / 01:41
2
answers

How 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 in StackOverflow and no tip worked. My repository is with version 8 of the Node and the same, even removing, back. I need to install Node 10. I've tried: sudo...
asked by 10.12.2018 / 15:32
1
answer

Linux commands through Laravel

I'm creating some custom commands in Laravel as per the documentation: link ex: php artisan gestao:config This command allows me to automatically configure some things in my application, such as migrate and Seeds of my ap...
asked by 22.05.2017 / 03:34