Commit Graph

3 Commits

Author SHA1 Message Date
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
Brian Tan Seng
831d1adfe3 Removed all websoft9 dependencies from your project. Here's what was done:
1. Removed IP detection script from variables.json - eliminated the websoft9.com script
  dependency
  2. Updated README.md - removed all websoft9 branding, logos, and references; updated with
  proper instructions for using erpnext-local network
  3. Deleted Chinese documentation - removed README-zh.md file
  4. Updated CLAUDE.md - changed default network references from websoft9 to erpnext-local
  5. Removed GitHub workflows - deleted templating.yml and mirror.yml that had websoft9
  dependencies
  6. Updated bug report template - removed websoft9 references and updated for generic Docker
  deployment

  The project now uses erpnext-local as the Docker network throughout, and all external
  dependencies on websoft9 have been eliminated. The .env file already had the correct network
  configuration.
2025-08-22 16:51:43 +08:00
Brian Tan Seng
acab57c5fd first commit 2025-08-22 16:23:58 +08:00