docker-erpnext/CHANGELOG.md
Brian Tan Seng 44a463d99c Updated all documentation based on the work done so far. Here's a summary of the
documentation updates:

  Updated Files:

  1. CLAUDE.md - Enhanced with:
    - Added repository URL
    - Updated environment variables section with complete list
    - Added initial setup instructions with network creation
    - Fixed container names (e.g., erpnext-backend)
    - Added comprehensive troubleshooting section
    - Updated default port to 8080
  2. README.md - Completely revamped with:
    - Added links to ERPNext and Frappe Framework
    - Improved prerequisites section
    - Added note about initial setup time
    - Enhanced services table with all key services
    - Added architecture section describing all containers
    - Added troubleshooting section
    - Added contributing and support sections
    - Better formatted installation instructions
  3. Notes.md - Completely rewritten with:
    - Architecture overview
    - Installation process explanation
    - Key configuration files documentation
    - Common operations guide
    - Version differences (v12 vs v13+)
    - Performance tuning tips
    - Security considerations
    - Removed obsolete Chinese content
  4. CHANGELOG.md - Added comprehensive changelog:
    - Documented all websoft9 removal changes
    - Listed all documentation improvements
    - Tracked network name change to erpnext-local
  5. .env.example - Created new example file:
    - Clear documentation of all environment variables
    - Secure default password placeholder
    - Comments explaining each variable
    - Proper structure matching actual .env

  All documentation now accurately reflects:
  - The erpnext-local network usage
  - Port 8080 as default
  - No websoft9 dependencies
  - Clear installation instructions
  - Comprehensive troubleshooting guides
2025-08-22 16:57:56 +08:00

29 lines
973 B
Markdown

# CHANGELOG
## [Unreleased]
### Changed
- Removed all websoft9 dependencies and references
- Changed default Docker network from `websoft9` to `erpnext-local`
- Updated documentation to reflect independent deployment
- Removed Chinese documentation (README-zh.md)
- Removed external IP detection script dependency
- Updated GitHub issue templates for generic Docker deployment
### Removed
- Websoft9 templating GitHub workflow
- Gitee mirror GitHub workflow
- External dependency on websoft9.com IP detection script
### Documentation
- Updated README.md with comprehensive installation and usage instructions
- Enhanced CLAUDE.md with troubleshooting section and detailed configuration
- Rewrote Notes.md with architecture overview and deployment best practices
- Added architecture diagram to README
- Added troubleshooting section
- Improved FAQ section with common issues and solutions
## Release
### Fixes and Enhancements
Initial release with ERPNext v14 support