Skip to content

Automating deployment validations and backup process with a web app.

Notifications You must be signed in to change notification settings

Ankit-akumar/Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Software deployment is a critical phase in the software development lifecycle, where software is made available for users and systems to utilize. Ensuring that the deployed software functions as intended is an essential aspect of this process, known as deployment validation.

Deployment validation involves two key stages: pre-deployment and post-deployment. Before deployment, validation ensures the system is ready and in the appropriate state to receive updates or patches. After deployment, it confirms that the new updates do not disrupt existing functionality or performance, maintaining system stability and reliability.

This project focuses on automating the deployment validation process, both pre and post-deployment. It streamlines the validation procedures and provides a user-friendly interface to facilitate the validation process, ensuring that deployments are seamless, efficient, and error-free. Additionally, the automation reduces manual effort, minimizes the risk of human error, and accelerates the overall deployment cycle, contributing to a more robust and reliable software delivery process.

The project is developed using the Django framework, with each functional component organized into separate apps based on their specific roles: Home, PreDeployment, PostDeployment, Maintenance, and Backup. The Home app serves as the central hub, gathering relevant data from the user and directing the workflow to the appropriate apps according to user input. These apps then execute the designated tasks and return the results to the user.

Automation within the project is achieved through Bash scripting, while Python Selenium is utilized for web scraping tasks. The data collected through these automation processes is rendered to the frontend using Django. On the frontend, HTML, CSS, and JavaScript are employed to enhance the user experience, ensuring a smooth and intuitive interaction with the application.

To try the web app -

  • Clone the project and install the requirements.txt.
  • Go to path where manage.py exists. (deployment_checks/Deployment/manage.py)
  • Execute the command "python manage.py runserver"

Here are some videos and snippets from the web app -

  • Pre-deployment backup process
Screen.Recording.-.PreDepBackupProcess.mp4
  • Post-deployment validation results
Screenshot 2024-08-25 at 11 12 01

About

Automating deployment validations and backup process with a web app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published