Project

General

Profile

Create virtuemart installer » History » Version 7

Max Milbers, 12/03/2012 12:56 PM

1 1 Max Milbers
h1. Create virtuemart installer
2
3 4 Jörg Kiekebusch
Creating an installer package is very easy.
4 1 Max Milbers
5
Just make a checkout of the complete SVN tree (checkout folder), export the virtuemart directory to another directory (VirtueMart_export folder).
6
7 4 Jörg Kiekebusch
After that cut the file VirtueMart_export\virtuemart\administrator\components\com_virtuemart\virtuemart.xml
8
and paste it to the installer root (virtuemart) folder.
9 3 Akarawuth Tamrareang
10 1 Max Milbers
The root directory of the installer should contain the directories
11
12
    * administrator
13
    * components
14
    * language
15 2 Max Milbers
16
and the file
17 1 Max Milbers
18 4 Jörg Kiekebusch
    * virtuemart.xml
19
20
Create a single Zip file from the folders administrator (backend), components (frontend), language, and the file virtuemart.xml.
21
22
Now your installer is ready.
23 5 Max Milbers
24 7 Max Milbers
Be aware in joomla 1.7 and higher you have to additionally copy the install folder to the root directory.