Project

General

Profile

Actions

Create virtuemart installer » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
Max Milbers, 08/17/2011 12:15 AM


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.

Updated by Max Milbers over 12 years ago · 5 revisions