🚀 Complete Laca City Website with VPS Deployment

- Added complete Next.js frontend with responsive design
- Added NestJS backend with PostgreSQL and Redis
- Added comprehensive VPS deployment script (vps-deploy.sh)
- Added deployment guide and documentation
- Added all assets and static files
- Configured SSL, Nginx, PM2, and monitoring
- Ready for production deployment on any VPS
This commit is contained in:
2025-08-12 07:06:15 +07:00
parent bc87a88719
commit 51f2505839
111 changed files with 4967 additions and 6447 deletions

View File

@@ -4,7 +4,7 @@ This directory contains all the deployment and development scripts for Smart Par
## 📋 Available Scripts
### 🚀 Main Scripts
### 🚀 Development Scripts
| Script | Purpose | Usage |
|--------|---------|--------|
@@ -14,6 +14,22 @@ This directory contains all the deployment and development scripts for Smart Par
| **docker-dev.sh** | 🐳 Docker development with all services | `./scripts/docker-dev.sh` |
| **setup.sh** | 🛠️ Initial project setup | `./scripts/setup.sh` |
### 🚀 Production Deployment Scripts
| Script | Purpose | Usage |
|--------|---------|--------|
| **deploy-production.sh** | 🌐 Full production deployment to VPS | `./scripts/deploy-production.sh` |
| **deploy-update.sh** | 🔄 Quick updates (frontend/backend/static) | `./scripts/deploy-update.sh` |
| **deploy-docker.sh** | 🐳 Docker-based production deployment | `./scripts/deploy-docker.sh` |
| **setup-vps.sh** | 🛠️ Initial VPS server setup | Run on VPS as root |
### 📖 Documentation
| File | Purpose |
|------|---------|
| **DEPLOYMENT_GUIDE.md** | 📘 Complete deployment guide |
| **.env.example** | 🔧 Environment configuration template |
### 🎯 Quick Access from Root
From the project root directory, you can use: