Create virtuemart installer » History » Revision 6
« Previous |
Revision 6/7
(diff)
| Next »
Max Milbers, 09/18/2011 01:30 PM
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
- 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 about 13 years ago · 6 revisions