Ronke Akinyemironke.hashnode.dev·Nov 20, 2024Deployment of a Dockerized Application with AWS EC2, Nginx, Docker, and Automated SSL via CertbotINTRODUCTION In this project, I worked on deploying a web application on AWS EC2. I used Docker to containerize the app, Nginx to manage traffic as a reverse proxy, and Certbot to set up SSL for secure connections. The project's goal was to create a ...DiscussDevops
Soyuliasoyulia.hashnode.dev·Nov 19, 2024[백엔드] Nginx - Gunicorn - Flask연결GCP에서 Nginx - Gunicorn -Flask를 연결하는 것이 목표이다! 유저이름@인스턴스 이름 :~$ sudo apt update 패키지 업데이트 위한 작업 유저이름@인스턴스 이름 :~$gsutil -m cp -r gs://버킷이름 /복사할 경로 버킷 내용을 인스턴스에 복사한다. 유저이름@인스턴스 이름 :~$ sudo apt install nginx nginx를 설치한다. (가상환경)유저이름@인스턴스 이름 :~$ cd ~/버킷...Discussnginx
Olaoluwa Afolamilaoluafolami.hashnode.dev·Nov 18, 2024Launch an E-commerce site Using LEMP Stack and AWS: A Beginner's TutorialThe LEMP stack is a collection of open-source software used for hosting web applications and websites. The acronym "LEMP" stands for the following components: L - Linux: The operating system. It provides the foundation for the stack, typically a Lin...Discuss·1 likeLEMP STACK PROJECT
Harendra Barotharrybdevops.hashnode.dev·Nov 16, 2024The Life of a DevOps Engineer: Roles, Responsibilities, and Real-World ExamplesIn the modern tech landscape, DevOps has evolved from being a buzzword to a vital practice for organizations striving to deliver high-quality software at speed. A DevOps engineer is at the heart of this revolution, bridging the gap between developmen...DiscussDevops
Kamal Mustafagrep.koditi.my·Nov 14, 2024Deploying web app with Nginx and CloudflareThis setup is for Django app but can also applies to other platform as well. The general setup before we get into details:- Run django with gunicorn Manage the gunicorn process with systemd Nginx as reverse proxy that forward incoming requests to ...Discuss·33 readsnginx
Ewan MakforTenten - AI / ML Developmentdeveloper.tenten.co·Nov 13, 2024How to Create a Separate WordPress Admin URL with a SubdomainLearn how to add a subdomain for your WordPress backend, separating it from your main site URL for enhanced security. To add a separate subdomain URL for accessing your WordPress backend while keeping the default site URL for the frontend, you need ...DiscussWordPress
Muhammad HassanforDevops projectsprojects.hassandevops.site·Nov 12, 2024Setting Up Nginx for Node.js Application DeploymentIn this guide, we will go through the steps to deploy a Node.js application using Nginx as a reverse proxy. We'll also show how to manage the app using PM2 for process management and auto-starting the app on boot. Table of Contents: What is Nginx? ...Discussnginx
kietHThashnext.hashnode.dev·Nov 12, 2024Step-by-Step Guide: Deploy React App on AWS with NGINXHere's a step-by-step process that outlines how to do it. The process involves building your React app, setting up an EC2 instance on AWS, installing NGINX, and configuring it to serve your React app. Steps for Deploying a React Application on AWS us...Discussdeployment
Kishor Tatekishortate.hashnode.dev·Nov 11, 2024Step-by-Step Guide: Deploying Nginx Server with Docker on AWS EC2Introduction: Want to get an Nginx web server up and running on the cloud? In this guide, I’ll show you how to deploy Nginx using Docker on an AWS EC2 instance, a popular choice for hosting web applications. This setup is great for beginners learning...DiscussDevops
Vishal Kerkettavishalkerketta.hashnode.dev·Nov 11, 2024Creating CICD pipeline in Jenkins for a SpringBoot applicationOverview This Project gives a practical demo to create a CICD pipeline for a multi-tier SpringBoot project that has Nginx as a proxy server containerized Java and MYSQL application.You will learn and use Several components of Jenkins like Jenkins Age...DiscussDevops