Create virtuemart installer » History » Version 1
Max Milbers, 04/17/2010 02:26 PM
1 | 1 | Max Milbers | h1. Create virtuemart installer |
---|---|---|---|
2 | |||
3 | To create a package is very easy. |
||
4 | |||
5 | Just make a checkout of the complete SVN tree (checkout folder), export the virtuemart directory to another directory (VirtueMart_export folder). |
||
6 | |||
7 | After that cut the file VirtueMart_export\virtuemart\administrator\components\com_virtuemart\virtuemart.xml and paste it to the installerRoot (virtuemart) folder. |
||
8 | |||
9 | Zip the folders administrator (backend), components (frontend), language, and the file virtuemart.xml. The installer is ready. |
||
10 | |||
11 | The root directory of the installer should contain the directories |
||
12 | |||
13 | * administrator |
||
14 | * components |
||
15 | * language |
||
16 | |||
17 | and the file |
||
18 | |||
19 | * virtuemart.xml |