Обновить README.md
This commit is contained in:
parent
634554257c
commit
a62bcc8b1c
16
README.md
16
README.md
|
|
@ -10,22 +10,22 @@ export DISTROBUILDER_ROOT_UUID=$(uuidgen)
|
||||||
|
|
||||||
# Image Compile
|
# Image Compile
|
||||||
Jey ERP Stable Version 16
|
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
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 jeyerp-stable.yaml
|
||||||
|
|
||||||
Jey ERP Latest Version Develop
|
Jey ERP Latest Version Develop
|
||||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml --import-into-incus jeyerp-latest
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml
|
||||||
|
|
||||||
ERPNext Stable Version 16
|
ERPNext Stable Version 16
|
||||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml --import-into-incus erp-stable
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml
|
||||||
|
|
||||||
ERPNext Latest Version Develop
|
ERPNext Latest Version Develop
|
||||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml --import-into-incus erp-latest
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml
|
||||||
|
|
||||||
# Image Import
|
# Image Import
|
||||||
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop
|
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop --reuse
|
||||||
|
|
||||||
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp
|
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp --reuse
|
||||||
|
|
||||||
incus image import incus.tar.xz rootfs.squashfs --alias erp-develop
|
incus image import incus.tar.xz rootfs.squashfs --alias erp-develop --reuse
|
||||||
|
|
||||||
incus image import incus.tar.xz rootfs.squashfs --alias erp
|
incus image import incus.tar.xz rootfs.squashfs --alias erp --reuse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue