Manual installationupdate of VM2 » History » Version 3
Valérie Isaksen, 08/15/2011 11:37 AM
1 | 1 | Max Milbers | h1. Manual installation/update of VM2 |
---|---|---|---|
2 | 1 | Max Milbers | |
3 | 1 | Max Milbers | 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 | 1 | Max Milbers | |
5 | 3 | Valérie Isaksen | Choose there "Restore System Defaults" to install VM without sample data or take "Reset all tables and install sampledata" to install it with sample data. |
6 | 1 | Max Milbers | |
7 | 1 | Max Milbers | To register VM2 in joomla use for j1.5 |
8 | 1 | Max Milbers | @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 | 1 | Max Milbers | (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 | 1 | Max Milbers | |
11 | 1 | Max Milbers | In j1.7 just use the discover feature. |