Project

General

Profile

Create virtuemart installer » History » Revision 4

Revision 3 (Akarawuth Tamrareang, 06/17/2011 07:15 PM) → Revision 4/7 (Jörg Kiekebusch, 06/26/2011 12:11 AM)

h1. Create virtuemart installer 

 Creating an installer To create a package is very easy. 

 Just make a checkout of the complete SVN tree (checkout folder), export the virtuemart directory to another directory (VirtueMart_export folder). 

 After that cut the file files VirtueMart_export\virtuemart\administrator\components\com_virtuemart\virtuemart.xml 
 , VirtueMart_export\virtuemart\administrator\components\com_virtuemart\install\install.virtuemart.php , VirtueMart_export\virtuemart\administrator\components\com_virtuemart\install\uninstall.virtuemart.php 

 and paste it to the installer root installerRoot (virtuemart) folder. 

 Zip the folders administrator (backend), components (frontend), language, and the files virtuemart.xml , install.virtuemart.php , uninstall.virtuemart.php. The installer is ready. 

 The root directory of the installer should contain the directories 

     * administrator 
     * components 
     * images 
     * language 

 and the file 

     * virtuemart.xml 

 Create a single Zip file from the folders administrator (backend), components (frontend), language, and the file virtuemart.xml. 

 Now your installer is ready.  
     * install.virtuemart.php 
     * uninstall.virtuemart.php