=============================================================================== ShopSite Scripted Install Readme =============================================================================== This scripted installation kit uses several of the files found in the regular browser-based installation (e.g. wwwinstall.cgi). Although it is not required to test the scripted install, a scripted auth file generator is needed if you wish to fully automate installing a store. If you do not already have the regular installation zip or the scripted auth file generator contact your ShopSite account manager for download information. The scripted install help can be found here: http://www.shopsite.com/help/7.0/en-US/install/ShopSite_SC_scripted_install.html Briefly, the process of running the scripts consists of the following steps: 1. You will need to fill in installation values in the following two files: config_mall.aa config_store.aa For the config_mall.aa file you need only fill in values for the following fields: SHOPSITE_DIRECTORY: SHOPSITE_URL: MALL_LOCALE: SHOPSITE_IMAGE_DIR: SHOPSITE_IMAGE_URL: SHOPPING_CART_DIRECTORY: SHOPPING_CART_URL: UNIX_WEB_USER_ID: UNIX_WEB_GROUP_ID: PATH_TO_TAR: PATH_TO_SENDMAIL: LOG_DEBUG: DEBUG_LOG_DIRECTORY: DEBUG_LOG_FILE: For the config_store.aa file you need only fill in values for the following fields: SHOPSITE_STORE_ID: SHOPSITE_SELLER_PASSWORD: SHOPSITE_STORE_NAME: STORE_FRONT_URL: STORE_LOCALE: STORE_CURRENCY: SELLER_EMAIL: DATA_DIRECTORY: HTML_DIRECTORY: SELLER_USER_ID: SELLER_GROUP_ID: PRODUCT_TYPE: STORE_TYPE: PAGE_LIMIT: PRODUCT_LIMIT: For help in editing these files you may use the the following URL as a reference: 2. Install the mall by running the following script: start_install_mall_sc.ksh config_mall.aa 3. Install an individual store by running the following script: start_install_store_sc.ksh config_mall.aa config_store.aa ================