7 Commits (8ccbdb09d1e060033e7b6fb6ad8dcadc9085de05)

Author SHA1 Message Date
dash 8ccbdb09d1 Add production environment configuration example and remove outdated deployment documentation 3 weeks ago
dash 3fb6d4310a Refactor deployment scripts to install backend dependencies separately and update build commands. Remove frontend access URL from deployment output. 3 weeks ago
dash c32953cc05 Remove frontend deployment configuration from ecosystem.config.js and update deployment script to exclude frontend access URL. 3 weeks ago
dash 998fac02e0 Update deployment scripts to use npm for rebuilding sqlite3 and enforce frozen lockfile during installation. This ensures consistent dependency resolution across environments. 3 weeks ago
dash 3cbaeecb04 Refactor sqlite3 installation process in deploy.sh. Updated script to force reinstall and rebuild sqlite3 to ensure compatibility with the current platform. 3 weeks ago
dash 34be13f8bc Update deployment documentation and scripts for sqlite3 issues. Added a troubleshooting section in DEPLOY.md, created fix-sqlite3.sh script for automated binding fixes, and enhanced deploy.sh to check for necessary build tools and rebuild sqlite3 as part of the deployment process. 3 weeks ago
dash 0f154e78bf Enhance deployment process and project structure. Added deployment scripts for Windows and Linux, a comprehensive deployment guide, and Docker support. Updated .gitignore to include additional files and directories. Introduced PM2 configuration for process management and health checks for backend and frontend ser 3 weeks ago