Files
apps/erpnext
lolwierd ed19997ba0 Implement shared Caddy setup with initializing and unavailable pages for various apps
- Refactor domain scripts for Ghost, Gitea, Jellyfin, Metabase, n8n, NocoDB, Open WebUI, OpenClaw, PicoClaw, Plausible, Signoz, Uptime Kuma, and Vaultwarden to utilize a common Caddy setup script.
- Introduce `caddy-setup.sh` for managing Caddy configurations and handling app initialization states.
- Create `initializing.html` and `unavailable.html` pages to provide user feedback during app deployment and downtime.
- Update domain handling logic to ensure seamless transitions between initializing and operational states.
- Enhance user experience by providing visual indicators for app status during setup and maintenance.
2026-03-28 14:37:33 +05:30
..
2025-08-13 17:40:07 +05:30
2025-08-13 17:40:07 +05:30
2025-08-13 17:40:07 +05:30

Steps to install ERPNext on Excloud

Minimum Requirements:

  • Instance: t1.small
  • Disk: 8GB

Overview

This scripts creates a secure installation for ERPNext. The secure password is stored at the path /var/frappe/admin-password

Commands to Install

Clone Repo

git clone https://github.com/excloud-in/examples

Install ERPNext

cd examples/erpnext
bash install-erpnext.sh

Note: It takes 1-2 mins for ERPNext to bootstrap wait for it.