32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
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 --import-into-incus jeyerp-stable
|
|
|
|
Jey ERP Latest Version Develop
|
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml --import-into-incus jeyerp-latest
|
|
|
|
ERPNext Stable Version 16
|
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml --import-into-incus erp-stable
|
|
|
|
ERPNext Latest Version Develop
|
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml --import-into-incus erp-latest
|
|
|
|
# Image Import
|
|
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop
|
|
|
|
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp
|
|
|
|
incus image import incus.tar.xz rootfs.squashfs --alias erp-develop
|
|
|
|
incus image import incus.tar.xz rootfs.squashfs --alias erp
|