Minimum one-time steps to set up your new application.

Mandatory Changes

  1. With the website displayed in your browser, select Login in the upper left and login as Administrator. Unless you have already changed it, the default login is  admin@sqst.com / 1111111.
  2. Select Admin from the main menu.
  3. Select Setup > Website Setup
    1. Application Name: enter what you want to call your new custom web application, “Product Order Entry System” for example.
    2. Application URL: enter the full URL including http(s) to the website. Be sure to include "http(s):\\"
    3. Admin Password: modify this password and store the password in a safe place. The only place this password is used is to remotely toggle your web application ON / OFF. This is not the same as your admin login password.
  1. Save the Setup form.
  2. Select Manage Users > User List.
    1. Find the records for admin@sqst.com and user@sqst.com. These are temporary example login values and it is imperative you modify them on a public-accessible system. Either delete those entries or modify their passwords by selecting the Security hyperlink.
  1. Make note of the various images in the Images folder. Replace these with your own project graphics as necessary. You can delete unused graphics in the images folder that are delivered with the Framework.
  2. You MUST review the Privacy Policy and Terms of Use documents and make sure they are appropriate for your application. The documents shipped with the Framework are very generic. These documents may be edited under Web Content > A5W Page Content and are named privacy_policy_1 and termsofuse_1 respectively.

Image Browser

  1. The Image Browser is a feature of CKEditor; it allows you to select images from a dropdown list to add to your content. Unfortunately it needs a hard-coded folder designation.
    1. Open the file named config_alphafive.js in the ckeditor folder. Find the line: config.imageBrowser_listURL = "/framework_v4/images/images_list.json"
    2. To use the Image Browser, you will need to change this value to reflect YOUR project as published. Replace "framework_v4" with the name of the subfolder IF ANY for your published location. You might not have a subfolder under your document root, and in that case you would remove the folder designation altogether and it would look like this: config.imageBrowser_listURL = "/images/images_list.json".

Email Templates

  1. Although most likely suitable out-of-the-box, you should review the Email Templates and modify as needed. Email Templates are found at Setup > Email Templates.

HTML Editor

  1. The HTML Editor is also called CKEditor in this document. You may want to alter its default configuration (meaning the specific editing icons, size, etc.). Please see the section on CKEditor.