A comprehensive collection of projects focused on system engineering and DevOps principles. This repository covers automation scripting with Bash, server management, networking, continuous integration, and deployment strategies. The goal is to develop a solid understanding of server administration, infrastructure as code & system-level optimization
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Let’s serve what you built for AirBnB clone - Web dynamic on web-01.
5190d5cView on GitHubBuilding on what you did in the previous tasks, let’s expand our web application by adding another service for Gunicorn to handle. In AirBnB_clone_v2/web_flask/6-number_odd_or_even, the route /number_odd_or_even/<int:n> should already be defined to render a page telling you whether an integer is odd or even. You’ll need to configure Nginx to proxy HTTP requests to the route /airbnb-dynamic/number_odd_or_even/(any integer) to a Gunicorn instance listening on port 5001. The key to this exercise is getting Nginx configured to proxy requests to processes listening on two different ports. You are not expected to keep your application server processes running. If you want to know how to run multiple instances of Gunicorn without having multiple terminals open, see tips below.
8f33571View on GitHubBuilding on your work in the previous tasks, configure Nginx to serve your page from the route /airbnb-onepage/
d3689b5View on GitHubRefactor code to retrieve hot posts from a subreddit recursively
dc98cc1View on GitHubUpdate top_ten function to print the titles of the top 10 posts in a subreddit
49f0b40View on GitHubRefactor number_of_subscribers function to improve readability and add error handling
ac7849dView on GitHubUsing what you did in the task #0, extend your Python script to export data in the JSON format.
831a1c2View on GitHub220
commits