What is an RSS Feed?its RSS FeedAll Feeds

Home . Ministries . ITS . CMSOverview . CMSSetup

Login


EducationMinisterialFinancial ServicesCamp MiVoden

CMS Setup

Xstandard can be installed from ITS department drive on client machines:

G:\Development\! Applications purchased for Web\xstandard
or x-pro_2.0.0.0.exe

Configure DNSConfigure DNS: -- see SJA.ORG sample -->

In UCCS5 DNS (public DNS server) set up

  1. ns record
  2. mx record(s)
  3. www host(a) record
  4. ftp host(a) record
  5. pop3 and any other host or cname records needed

IP Address ScreenshotConfigure Public IP Address: -- see SJA.ORG sample -->

On UCCS5 (Firewall)

  1. Open the 'Internet' network connector, edit TC/IP properties and advanced options
  2. Add the public address for this web site
  3. add a web listener in the ISA firewall manager under firewall policy
    name the listener the same as the web URL
    Choose the external and click on the address button
    Select 'specified IP address' and select the address needed from the available list
  4. Choose protocall HTTP
  5. Go to the 'tasks' tab on the firewall policy page and choose 'publish a web server'
  6. name the web publishing rool the same of the listener
  7. choose 'allow' under for Rule Action
  8. enter the inside web address of the server to be published.
  9. select 'forward the origional host header'
  10. Enter the path as' /*'
  11. choose 'this domain name' and enter the domain name in the public name field
  12. choose the same listener
  13. select all users
  14. finish
  15. firewall policy: tasks : create new server publishing rule --> for FTP

.On UCCS1N (MS SQL Server /Database)

  1. create a new cms_site database
  2. use DTS (sql server enterprise manager, import) to copy CMS_template database to your new cms_site database
  3. setup full text indexing
    Table [Web_page] fields WP_MetaData, WP_Body, WP_Name, WP_Bread_Crumb
    Table [MSGPost] fields Title, Post
    create new catalog: Enterprise Manager under Web Site > Full-Text Catalogs, right click, New Full-Text Catalog … and should be made, populated, and scheduled incremental every midnight.
  4. Edit Table [Web_User] and edit first user to be your first administrator (set user_email and User_Password for initial login)
  5. edit table [Form_CC_Gateway] to include gateway name and gateway keys if allow CC processing.

.On UCCS3 (WebServer)

  1. Install xStandard xHTML editor if not already installed
  2. Install aspEmail program if not already installed
  3. configure aspemail program if not already configured
    this requires Exchange to allow relay, and aspclient set to authenticate and send to Exchange relay.
  4. Copy uccsda.org /!nclude folder to root of new website on IIS
  5. Copy uccsda.org /files/home to new website on IIS
  6. review Configuration - Configure (edit):
    files\home\configuration\engine_configuration.asp
    files\home\configuration\webpage_layout.asp
    files\home\configuration\css
    files\home\configuration\xstandard (correct license.txt file, xstandard_styles.xml extend custom styles)
  7. in IIS edit website properties [custom errors] tab to point web server custom errors to URL /!nclude/engine.asp
    HTTP Error Type:
    403:14
    404
    405
    500
    500:100
  8. restart IIS or stop and start new cms_site
  9. in IIS Set Directory Security on root of website (right-click folder, properties, security, [Directory Security Tab] > [Edit] Authentication and access control to [x]Enable anonymous access for windows user account User name: IUSR_UCCS3 with proper passcode
  10. in Explorer, propagate security for root webfolder to allow Internet Guest Account from local machine (uccs3\IUSR_UCCS3) to have rights; Read & execute, List FOlder Contents, Read, Write. include Delete rights if users are to 'replace' or overwrite through xstandard editor (i think).
  11. IF using placeholder PBReport:
    Install PB runtime on webserver
    Install and register pbwebreport object (.dll)