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 DNS: -- see SJA.ORG sample -->
In UCCS5 DNS (public DNS server) set up - ns record
- mx record(s)
- www host(a) record
- ftp host(a) record
- pop3 and any other host or cname records needed
|
Configure Public IP Address: -- see SJA.ORG sample -->
On UCCS5 (Firewall) - Open the 'Internet' network connector, edit TC/IP properties and advanced options
- Add the public address for this web site
- 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 - Choose protocall HTTP
- Go to the 'tasks' tab on the firewall policy page and choose 'publish a web server'
- name the web publishing rool the same of the listener
- choose 'allow' under for Rule Action
- enter the inside web address of the server to be published.
- select 'forward the origional host header'
- Enter the path as' /*'
- choose 'this domain name' and enter the domain name in the public name field
- choose the same listener
- select all users
- finish
- firewall policy: tasks : create new server publishing rule --> for FTP
|
On UCCS1N (MS SQL Server /Database)
- create a new cms_site database
- use DTS (sql server enterprise manager, import) to copy CMS_template database to your new cms_site database
- 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. - Edit Table [Web_User] and edit first user to be your first administrator (set user_email and User_Password for initial login)
- edit table [Form_CC_Gateway] to include gateway name and gateway keys if allow CC processing.
|
On UCCS3 (WebServer)
- Install xStandard xHTML editor if not already installed
- Install aspEmail program if not already installed
- configure aspemail program if not already configured
this requires Exchange to allow relay, and aspclient set to authenticate and send to Exchange relay. - Copy uccsda.org /!nclude folder to root of new website on IIS
- Copy uccsda.org /files/home to new website on IIS
- 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) - 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 - restart IIS or stop and start new cms_site
- 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
- 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).
- IF using placeholder PBReport:
Install PB runtime on webserver Install and register pbwebreport object (.dll)
|