Project

General

Profile

Create virtuemart installer » History » Revision 6

Revision 5 (Max Milbers, 08/17/2011 12:15 AM) → Revision 6/7 (Max Milbers, 09/18/2011 01:30 PM)

h1. Create virtuemart installer 

 Creating an installer 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 VirtueMart_export\virtuemart\administrator\components\com_virtuemart\virtuemart.xml 
 and paste it to the installer root (virtuemart) folder. 

 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. 

 Be aware in joomla 1.7 you have to additionally copy the install folder to the root directory.