|
Table Of Contents
|
CFForumsExpress InstallationInstallation of CFForumsExpress is very straight forward. Simply download the purchased package from your CFTagStore.com Account and unzip to a folder on your ColdFusion server. Setting Up Your Database - MySQLThe first thing you need to do is to setup a new MySQL Database. Create a database called CFForumsExpress and run the packaged SQL file CFForumsExpress-MySQL.sql against the new database. You will then need to create a ColdFusion datasource. The default datasource is called www-cfforumsexpress-mysql Setting Up Your Database - MSSQLThe first thing you need to do is to setup a new MSSQL Database. Create a database called CFForumsExpress and run the packaged SQL file tableSchema.sql against the new database. This file can be found in the MSSQL folder. Basic database data : Import the .XLS file CFForumsExpressInitialData.xls into the new MSSQL database. You will then need to create a ColdFusion datasource. The default datasource is called www-cfforumsexpress-mssql Editing The Configuration FilesThe next thing you need to do is tell your installation of CFForumsExpress what settings to use. Open up the locals.cfm file and change the various variables to match those of your server. Open up the globals.cfm file and change the various variables to match those of your server. Variables In Globals.cfmThe following variables can be set at an application level to change the configuration of your installation of the software: <cfset APPLICATION.forums_datasource= "www-cfforumsexpress-mssql|mysql"> Variables In Locals.cfmThe following variables can be set at an application level to change the configuration of your installation of the software: <cfset APPLICATION.forumsBaseHref = "http://www.myserver.com/CFForumsExpress/"> Accessing The Administration SectionWhen you purchase and install CFForumsExpress you will have an example forums setup automatically. To change the Forum Groups, Forums, Categories and Topics, you will need to log in as a user with Administrator privledges.
The default Administrator login credentials are as follows: Email Address: admin@cfforumsexpress.com These credentials can be changed from the administration section by choosing Manage Users More information can be found here : Administration Section |