Open Bakhtawarkhan90 opened 4 months ago
@LondheShubham153 added projects
add project-3
Stale pull request message
The changes include the addition of several scripts and configuration files to facilitate various functionalities, such as user management, backups, and the setup of a multi-tier web application using Docker. Key components include a backup script, user management script, Docker Compose configuration for a web application and database, and an installation script for Jenkins and Docker. Additionally, a new subproject for a two-tier application architecture has been introduced, enhancing the overall project structure.
Files | Change Summary |
---|---|
2024/.profile |
New file created to set up environment variables and source .bashrc , modifying the PATH and including comments on usage. |
2024/cource-projects/project-1/backup.sh |
New script added for creating backups of specified directories, generating timestamped zip archives, and providing success or failure messages. |
2024/cource-projects/project-1/user.sh |
New script created for managing users and groups, allowing for user addition and deletion with feedback on operations. |
2024/cource-projects/project-2/docker-compose.yml |
New configuration file defining a multi-container Docker application with db and web services, including environment settings and volume for data persistence. |
2024/cource-projects/project-2/instruction.txt |
New instructions file detailing the setup and execution of the Docker application, including prerequisites and commands. |
2024/cource-projects/project-2/multi-stage Dockerfile |
New Dockerfile implementing a multi-stage build for a Python application, optimizing the image size and managing dependencies. |
2024/cource-projects/project-3/Setup.sh |
New script automating the installation of Jenkins, Docker, and Docker Compose, including user permissions and displaying installation results. |
2024/cource-projects/project-3/two-tier-app |
New subproject introduced as part of a two-tier application architecture, though specific functionalities are not detailed. |
🐇 In the garden of code, new scripts do bloom,
With backups and users, they chase away gloom.
Docker containers dance, a web app takes flight,
Jenkins installs with a hop, what a sight!
Two tiers of magic, all neatly aligned,
A project reborn, with joy intertwined! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Zero-to-Hero projects
Summary by CodeRabbit
~/.profile
file for improved shell configuration.backup.sh
script for creating backups of specified directories.user.sh
script for managing users and groups.docker-compose.yml
file for a multi-container application setup.instruction.txt
with guidelines for running the health web application.Setup.sh
for Jenkins, Docker, and Docker Compose.