Page 1 of 1

How to create QuickStart package

Posted: Sun Jan 13, 2019 6:19 am
by RumenGeorgieff
Hello,

does anyone know how to create quickstart package? I want to install OC, install theme, install extensions and then make all of this one installable package :)

Thank you.

Re: How to create QuickStart package

Posted: Sun Jan 13, 2019 7:01 am
by rjcalifornia
RumenGeorgieff wrote:
Sun Jan 13, 2019 6:19 am
Hello,

does anyone know how to create quickstart package? I want to install OC, install theme, install extensions and then make all of this one installable package :)

Thank you.
Like a backup or what are you trying to accomplish?

Re: How to create QuickStart package

Posted: Sun Jan 13, 2019 4:39 pm
by OSWorX
RumenGeorgieff wrote:
Sun Jan 13, 2019 6:19 am
Hello,

does anyone know how to create quickstart package? I want to install OC, install theme, install extensions and then make all of this one installable package :)

Thank you.
Easy to do:

1. create a new shop by installing the
1.1 core
1.2 theme
1.3 additonal extensions
1.4 additonal languages

2. export the whole database (structure with data)
3. create a archive with all files and the exported database (name it e.g. install.sql or anthing you want - it has to be called by your installer script if you want to automate this)
4. pack it (e.g. mypackage.zip)
5. publish it

Do not know what you plan to do, internal usage only or public.
If public, be aware of the License!