How to Deploy Django 3 on Ubuntu 18.04
Previously I had discussed about how to install Django 3 on Ubuntu 18.04 and run it using a development server. I am now discussing how to deploy Django 3 on Ubuntu 18.04 and run it using a Nginx HTTP server…
Previously I had discussed about how to install Django 3 on Ubuntu 18.04 and run it using a development server. I am now discussing how to deploy Django 3 on Ubuntu 18.04 and run it using a Nginx HTTP server…
Django is an open source web framework written in the Python programming language. Django’s strengths are rapid development, scalability, and reusability. In this tutorial, we will install Django 3 for development environment on Ubuntu 18.04. 0. Software Requirements Software requirements…
To install WordPress on an Ubuntu server many steps must be done. Starting from installing the web server, PHP engine, database, and WordPress itself. To be more secure we need to install SSL for example SSL from Let’s Encrypt. Meanwhile,…
To access Mikrotik can use various methods such as through the Winbox, SSH, or Web (HTTP) application. Mikrotik access via SSH and Web (HTTP) can be done if the Mikrotik network interface has been given an IP Address. If there…
Google Drive which is a cloud storage service from Google officially only provides client applications for Windows, macOS, Android, and iOS. While the Linux version is not officially available, but some developers out there develop client applications for Google Drive,…
One of my customers has a problem with an SSL certificate (HTTPS). The website is normal when accessed using a web browser, HTTPS runs well. But when accessed using the cURL tool, an error arises and fails to connect to…
React is a JavaScript library that can be used to build user interfaces. React is one of the open source projects of Facebook. This tutorial contains how to install and deploy create-react-app on Ubuntu 18.04. 1.Create User Create a new…