-
Published Answer
My video is based on a compilation of the most important DO tutorials, including security and configuration. It is possible that my…
•
By
frankmascarell
-
Published Answer
Maybe my video tutorial can help you (English subtitles):
https://www.youtube.com/watch?v=mNw7EyXtT_k&t=686s
and this tutorial …
•
By
frankmascarell
-
Published Answer
Changing the type of Database in a Django project is easy, you need to change the BD engine and its parameters in settings.py and t…
•
By
frankmascarell
-
Published Answer
When you turn off the droplet, you must enter from your DO account, and activate the firewall from there. Don’t do it from putty / …
•
By
frankmascarell
-
Published Answer
The virtual environment is only necessary to run either the django test server (runserver) or the deployment server where your webs…
Accepted Answer:
The virtual environment is only necessary to run either the django test server (runserver) or the deployment server where your webs…
•
By
frankmascarell
-
Published Answer
To be able to use different versions of python in virtual environments, you must first install the version of python you want at th…
Accepted Answer:
To be able to use different versions of python in virtual environments, you must first install the version of python you want at th…
•
By
frankmascarell
-
Published Answer
ok, you have some basic packages, although I do not understand Certbot 0.23.0 Apache 2 if you are going to use the Ngnix web server…
•
By
frankmascarell
-
Published Answer
What is the one-click install ?
•
By
frankmascarell
-
Published Answer
You will have to create virtual environments, for what you want. There are many tutorials in Digital Ocean to put a server up and r…
•
By
frankmascarell
-
Published Answer
Solved. The problem is that you also had to restart gunicorn.
•
By
frankmascarell
-
Published Question
I have a VPS on Digital Ocean with Ubuntu 18.04, Nginx, Gunicorn, Django, and a test web application, all configured (ufw) to work with http: 80. Everything works perfectly. Tutorial (https://www.digitalocean.com/comm...
1
•
•
By
frankmascarell
Nginx
Ubuntu 18.04
-
Published Answer
I finally found the problem; I connected from PuTTY-ssh as root user, then changed user with “su - frank” and launched this error. …
•
By
frankmascarell
-
Published Question
PuTTY X11 proxy: Unsupported authorisation protocol
(google-chrome-stable:15589): Gtk-WARNING **: 02:14:10.555: cannot open display: localhost:10.
I've wasted a lot of time trying things;
- ln .Xauthority / home / use...
1
•
•
By
frankmascarell
Getting Started
Ubuntu 18.04