Go to file
ali a62bcc8b1c Обновить README.md 2026-05-15 17:46:22 +00:00
README.md Обновить README.md 2026-05-15 17:46:22 +00:00
erp-develop.yaml Добавить erp-develop.yaml 2025-11-24 14:26:08 +00:00
erp-latest.yaml Добавить erp-latest.yaml 2026-01-14 18:34:08 +00:00
erp-stable.yaml Обновить erp-stable.yaml 2026-03-26 14:53:21 +00:00
erp.yaml Обновить erp.yaml 2025-05-05 18:04:33 +00:00
experimental.yaml revert 975146b537 2026-01-14 18:07:02 +00:00
jeyerp-develop.yaml Обновить jeyerp-develop.yaml 2026-01-09 21:07:55 +00:00
jeyerp-latest.yaml Добавить jeyerp-latest.yaml 2026-01-14 18:15:17 +00:00
jeyerp-stable.yaml Обновить jeyerp-stable.yaml 2026-03-26 14:52:49 +00:00
jeyerp.yaml Обновить jeyerp.yaml 2025-07-10 15:24:11 +00:00

README.md

Docs:

Dependencies

Distrobuilder Incus UUID Generator

Password Generating

export DISTROBUILDER_ROOT_UUID=$(uuidgen)

Image Compile

Jey ERP Stable Version 16 distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 jeyerp-stable.yaml

Jey ERP Latest Version Develop distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml

ERPNext Stable Version 16 distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml

ERPNext Latest Version Develop distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml

Image Import

incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop --reuse

incus image import incus.tar.xz rootfs.squashfs --alias jeyerp --reuse

incus image import incus.tar.xz rootfs.squashfs --alias erp-develop --reuse

incus image import incus.tar.xz rootfs.squashfs --alias erp --reuse