Releases: DeepDN/it-asset-manager
Bulk Upload, Docker Deployment & More!
What’s New in This Release?
1️⃣ CSV Bulk Upload
You can now bulk upload all your IT assets and access data using a simple CSV file.
Perfect for quickly onboarding hundreds of records without manual entry.
Check the updated README for CSV format examples.
2️⃣ Containerized Deployments
I’ve added Docker support for easy deployment across environments:
-
Development Mode
-
Production Mode
Just run the Docker commands and your app is up and running in seconds.
3️⃣ AWS EC2 Deployment
Step-by-step instructions to deploy on AWS EC2 instances, making it production-ready on the cloud.
4️⃣ Local Python Installation
Prefer running it locally? You can install dependencies via pip and launch the app on your laptop or on-prem server.
5️⃣ Cleaned Up the Repository
-
Removed unused files and reorganized the project structure.
-
Updated the README.md for clearer guidance on:
-
Docker deployment commands
-
AWS EC2 setup
-
Database backup and recovery steps
-
Common troubleshooting tips
6️⃣ Backup & Recovery Made Easy
Added instructions to back up and restore your SQLite database so you never lose important records.