Project

General

Profile

Manual installationupdate of VM2 » History » Version 1

Max Milbers, 08/15/2011 11:32 AM

1 1 Max Milbers
h1. Manual installation/update of VM2
2
3
The manual installation of VM2 is quite easy. Just upload the files of the installation file so, that you have to merge the directories. Or in other words, copy the the directory /administrator/com_virtuemart to /administrator/com_virtuemart and so on. After that visit the view update Migration with the link /administrator/index.php?option=com_virtuemart&view=updatesmigration. 
4
5
Choose there "Restore System Defaults" to install VM without sampeldata or take "Reset all tables and install sampledata" to install it with sampel data.
6
7
To register VM2 in joomla use for j1.5 
8
@INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES
9
(NULL, 'VirtueMart', 'option=com_virtuemart', 0, 0, 'option=com_virtuemart', 'VirtueMart', 'com_virtuemart', 0, '../components/com_virtuemart/assets/images/vmgeneral/menu_icon.png', 0, '', 1);@
10
11
In j1.7 just use the discover feature.