ShopSite SC 4.1
for Windows NT
Installation Instructions


To install ShopSite on your Windows NT server, you need admin access to the server and an FTP program.

Table of Contents

I. Pre-Installation Considerations
II. Planning ShopSite Directories
III. Run the Install Program
IV. Configure the Web Server
V. Upgrading
VI. Troubleshooting
VII. Build Your Store!
VIII. Adding Stores

  1. Pre-Installation Considerations
  2. Planning ShopSite Directories
  3. The ShopSite SC install program will prompt you for the locations of four directories:

    Plan the directory locations before starting the installation. An example directory structure might look like this:

    C:
    InetPub
    scripts
    ss = ShopSite Directory,
    aliased to URL of ShopSite CGIs, such as
    http://www.xyz.com/ss
    sc = Shopping Cart Directory,
    aliased to URL of Shopping Cart CGIs, such as
    http://www.xyz.com/sc
    wwwroot
    StoreName = HTML Output Directory, aliased to
    Store Front URL defined in store.auth file
    Store pages
    media - you may need FTP access
    Store images
    data
    StoreName = Data Directory

  4. Run the Install Program
    1. If you have not already done so, download the shopsite-sc-nt.exe file and your store.auth file to the directory from which you will run the install. If you use FTP to retrieve the files, be sure to use a binary mode transfer.

    2. Run shopsite-sc-nt.exe.

    3. When you run the install program, the first screen you see is the license agreement. Click Accept to proceed.

    4. On the next screen, click New Install if this is the first installation of ShopSite on this server. Click Update if you have an existing installation of a previous version of ShopSite.

    5. On the next screen, enter values in the various fields and click OK. You must fill in all of the fields or the installation program will not work. If you do not know the correct e-mail address, enter your own; it is easy to change later.

    6. The next screen shows you the results of the install. If there were any errors, change the appropriate fields and click the OK button again.

  5. Configure the Web Server
  6. After installing the software, you need to create a user account and set up the appropriate permissions on the server. If you use Microsoft's IIS Web server, click on the link that corresponds to the version you use for detailed instructions.

    IIS version 3
    IIS version 4

  7. Upgrading from a Previous Release
  8. To upgrade existing stores to version 4.1.1, you must shut down the web server before running the installation program. (IIS will complain if someone is even accessing your graphics during the upgrade). Select the Upgrade option during the install. The Upgrade option upgrades all stores that share the back office directory that you specify when you run shopsite-sc-nt.exe. (The "back office directory" is now called the "shopsite directory.")

  9. Troubleshooting
  10. If your installation did not work, pay attention to the error messages you receive; they should point you in the right direction. If that fails, try checking the following:

    If you still can't solve the problem, search our Technical Support Knowledgebase to see if the problem you're having has been previously reported and if a solution has been posted or suggested.

  11. Build Your Store!
  12. Once you've installed the software, you're ready to build your store! Point your browser to start.cgi in the directory where you installed the CGIs. After entering your username and password, you'll see the first page of the ShopSite Store Setup Wizard, which will guide you through the process of building a store.

    You can click the "?" in the upper right-hand corner of any screen to get help on that screen, and to access the searchable ShopSite help system and knowledgebase.

  13. Adding Stores
  14. To add a new store that shares the same CGIs as existing stores:

    1. Create an NT user account with the same name as the StoreID specified in the store.auth file of the new store, as described in the server configuration instructions.

    2. Create data and html directories for the new store, as described in the server configuration instructions.

    3. Give your new user account the correct permissions for the four directories (ss, sc, html, data), as described in the installation instructions.

    4. Make sure the default web user has the correct permissions for the new data and html directories, as described in the server configuration instructions.

    5. Run shopsite-sc-nt.exe, being careful to choose the new data and html directories for the new store. Stores cannot share data and html directories.