mkdir /var/www/your-portal-dir
cp -R Php-MultiShop/portal/* /var/www/your-portal-dir/
http://your-webportal.com/install/
After the installation, delete the folder 'install' from your server.mysqladmin create nuke
mysql nuke < nuke.sql
http://your-webportal.com/admin.php
[top]
mkdir /var/www/your-portal-dir/shop1
cp -R store/* /var/www/your-portal-dir/shop1/
http://your-webportal.com/shop1/install
After the installation and configuration of your store, when a minimum quantity of content (as products, ...) is available, you can add (to link) the store to the portal: go to the portal Administration Panel, in the Multi-Shop admin module, click on Shops/Stores, then add your new store.http://your-webportal.com/admin.php?op=shops
when 'admin.php' is your admin file, that you can rename for security reason, edit the config.php file.mkdir /var/www/your-portal-dir/shop2
cp -R Php-MultiShop/store/* /var/www/your-portal-dir/shop2/
[top]
cp config.php config.php.old
mysqldump nuke > backup.sql (*)
upgrades-phpnuke/7.x/upgrade76-77.php
upgrades-phpnuke/7.x/upgrade77-78.php
http://your-webportal.com/upgrade76-77.php
http://your-webportal.com/upgrade77-78.php
cp -r Php-MultiShop/portal/* /var/www/your-phpnuke-dir/
rm -r /var/www/your-phpnuke-dir/install
Php-MultiShop/Multishop_as_Addon/multishop_addon.sql
For example, if your DB is named 'nuke' (*):mysql nuke < multishop_addon.sql
(*) with the proper permissions: user and passwordcp Php-MultiShop/Multishop_as_Addon/install-addon.php /var/www/your-phpnuke-dir/
then, run via web:http://www.your-webportal.com/install-addon.php
Follow the instructions provided by the script and, after the regular process of installation, delete the file from the server.[top]
cp config.php config.php.old
upgrades-phpnuke/7.x/upgrade76-77.php
upgrades-phpnuke/7.x/upgrade77-78.php
http://your-webportal.com/upgrade76-77.php
http://your-webportal.com/upgrade77-78.php
Multishop_Upgrade/multishop_upgrade07-08.php
Copy and run this file on your server:http://your-webportal.com/multishop_upgrade07-08.php
after, delete this file from your server.[top]