排序
Deploy Simple Java Application using Docker Compose.
Deploy Simple Java Application using Docker Compose.,Goal The goal of this project is to create Docker Compose Stack to deploy a simple Java application running in Containers 3-Tie...
Deploy Django + MySql Application into AWS EC2 instance with nginx and SSL
Deploy Django + MySql Application into AWS EC2 instance with nginx and SSL,All the version used in this tutorial Python 3.8.X Django 3.2.2 gunicorn 20.1.0 MySQL 8.0.20 (RDS) EC2 Se...
422 Error with @jwt_required() in Flask App Deployed on VPS with Nginx
422 Error with @jwt_required() in Flask App Deployed on VPS with Nginx,Hi everyone, I'm facing an issue while deploying my Flask application on a VPS server with Nginx. The app wor...
Plug the Shiv App Into Nginx – Building SaaS #27
Plug the Shiv App Into Nginx - Building SaaS #27, Building SaaS (86 Part Series) 1 Building SaaS with Python and Django #1 2 Reporting scraped data - Building SaaS #2 ... 82 more p...
Setting up Django for Deployment: Nginx
Setting up Django for Deployment: Nginx,In this post, you will see how to setup nginx as a reverse proxy to gunicorn and how to use it to serve up static files in Django. In the pr...
Methods of Deployment with Examples
Methods of Deployment with Examples, Introduction Deployment is an important step in the software development lifecycle, as it involves shipping our code to the outside world. Maki...
Deploying masonite 2 project with Nginx and Gunicorn
Deploying masonite 2 project with Nginx and Gunicorn,Masonite is an incredible developer friendly framework to develop modern web applications with python. With a lot of out of the...
Django in Production – II
Django in Production - II, Django in Production (3 Part Series) 1 Django in Production - II 2 Django in Production - I 3 Django in Production - III In the last post, we learnt how ...
Deploying a Flask Application on AWS EC2
Deploying a Flask Application on AWS EC2,In this blog post, we will walk through the process of deploying a Flask application on an AWS EC2 instance. We will cover each step from s...
Initial Server Setup – Django Deploy
Initial Server Setup - Django Deploy,Original Post - https://www.codingpaths.com/django/initial-server-setup/ Initial Server Setup In this blog, we will be going through initial se...
How to Deploy Django in Production With Nginx and Gunicorn
How to Deploy Django in Production With Nginx and Gunicorn,Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. However, Djang...
Going live on localhost with NGINX and RTMP module
Going live on localhost with NGINX and RTMP module,After a break from Class To Cloud, I've repicked the project to add more features that I intended for it. One of them was live st...