-
Published Answer
Kartik,
The process for v5.5+ should, ideally, look like:
mysql> stop slave;
mysql> reset slave all;
on the secon…
•
By
jmarhee
-
Published Answer
Hello,
Through our many tutorials, you should be able to find command-line instructions for just about any task, so if you think…
•
By
jmarhee
-
Published Answer
Nicholas,
We have a team responsible for maintaining our images, and releasing new ones as necessary, so an update to our FreeBS…
Accepted Answer:
Nicholas,
We have a team responsible for maintaining our images, and releasing new ones as necessary, so an update to our FreeBS…
•
By
jmarhee
-
Published Answer
To run guicorn from the CLI in the manner you’re describing, you may need to define a --keyfile and --certfile in order for i…
•
By
jmarhee
-
Published Answer
Hello,
You should just be able to specify the Nginx document root index.html as a file target in your manifest, such as:
...
•
By
jmarhee
-
Published Answer
You can use the format:
git remote add docean user@1.2.3.4:/path/to/repo.git
You do not need to specify “ssh://” prov…
•
By
jmarhee
-
Published Answer
A VirtualHost will be required to assign single domains to each corresponding WordPress app on the server once a connection is made…
•
By
jmarhee
-
Published Answer
I recommend, if both servers are in the same network, using the (more secure) private network. You do not need an SSL certificate.
•
By
jmarhee
-
Published Answer
You can modify maxuserconnections in your /etc/my.cnf file on your server; once you raise the limit, just restart MySQL, and you …
•
By
jmarhee
-
Published Answer
There is no DigitalOcean-specific integration, but you can deploy using a githook to a DigitalOcean droplet. Here is an example of …
•
By
jmarhee
-
Published Answer
You should be able to specify your mail server as your SMTP backend for the app:
https://docs.djangoproject.com/en/dev/topics/em…
•
By
jmarhee
-
Published Answer
Depending on the distribution you’re using, you can write a new (or regenerate the default) /etc/motd to have that data appear on b…
•
By
jmarhee
-
Published Answer
Hello,
As we discussed in your ticket, the private interface is always secondary on creation if selected, so it will be labelled…
•
By
jmarhee