
| Before making any changes please do the two steps: I. Creating a new reseller portal database1)Open "Start --> All Programs --> MySQL --> MySQL Query Browser" and login there with the database access(Fig.1)
2)Right mouse click on the schema and chose the option "Create New Schema"(Fig.2)
3)Crete Schema Reseller1(Fig.3)
4)Relogin to MySQL Query Browser with the dafault schema „Reseller1"(Fig.4)
5)Download the script to your desktop: reseller.sql 6)Go to File-->Open Script and open the reseller.sql script(Fig. 5)
7)Execute the script(Fig. 6)
8)After Executing the script, reseller1 database is created(Fig. 7). Mysql Querry Browser can be closed.
II. Creating new VSportal website for reseller1)Copy the Vsportal folder to c:/installs/current_date/ 2)Create a folder Reseller1 and copy there the content of vsportal folder (Fig. 8)
3)Go to „start → run" and type „inetmgr"(Fig. 9)
4)Right click on „Default Web Site" and choose the option New → Virtual Directory(Fig. 10)
5)Click „Next" the add the alias (same as folder name)(Fig.11)
6)Chose the destination folder to VSReseller1(Fig.12)
7)After clicking „next" the website will be created(Fig 13).
III. Configuration of VSResseler1 Portal1)Domain configuration:Copy the crossdomain.xml from vsportal folder to wwwroot folder(Fig.14)
2)Reseller DB configuration:Open c:/inetpub/wwwroot/ VSResseler1/flex.config file and put the reseller database and his name inside settings(Fig. 15)
3)Portal name configuration:Open c:/inetpub/wwwroot/ VSResseler1/web.config file and edit the key yo change the vsportal name (Fig. 16)
4)Callback configuration:Open C:\Inetpub\wwwroot\VSResseler1\WEB-INF\flex\services-config.xml and edit the port for callback(Fig.17)
5)Testing:a)Go to Start--> Run - type "iisreset" and click ok
|