Browse by Tags

Tagged Content List
  • Wiki Page: Avatars

    In Telligent Enterprise 3.0, code improvements were made to facilitate accessibility for avatars. Avatars can be used to allow your community members to uniquely identify each other beyond the username/display name. User avatars are displayed on each user's profile, in the activity stream, and...
  • Wiki Page: Cookie Authentication

    We recommend using Cookie Authentication if you are configuring Telligent Enterprise within an environment in which members of the community are already authenticating against an existing application that does not use Microsoft ASP.NET (e.g., PHP , ColdFusion ). Your members can then access your Telligent...
  • Wiki Page: Common Web farm configuration questions

    In this Article How should I store user contributed media? Do I need to do anything with the authentication, authorization, roles or profile settings? Do I need to install Telligent Enterprise on the Solr server? Do I need to install Solr on all Web servers in the Web farm? Do I need to enable the search...
  • Wiki Page: Telligent Evolution architecture

    In this Article Presentation Business logic Search Mail Gateway Analytics File storage Caching Telligent Evolution API Repository Hardware and software requirements Telligent Evolution applications (such as Telligent Enterprise) are built on Microsoft .NET to take full advantage of its core capabilities...
  • Wiki Page: Install Telligent Enterprise

    In this Article Installation notes Obtain Telligent Enterprise Installation components Web server Copy the files Create the Web site in IIS Set file permissions Configure the connectionstrings.config file Configure the search URL Database server Create the database Create schema Create community Create...
  • Wiki Page: How to upgrade Telligent Enterprise

    In this Article Upgrade path matrix Upgrade from 3.0 to 3.1 procedure Notes for upgrading from 3.0 to 3.1 Updating files for the Telligent Enterprise website Updating files for the the Telligent Evolution Job Scheduler Upgrade from 2.x to Telligent Enterprise 3.x procedure Notes for upgrading from 2...
  • Wiki Page: Web farm configuration

    This article describes how to configure and create a Web farm environment for the Telligent Evolution platform. In this Article Web farm environments Server operating system and Web server Load-balancing in a Windows-based Web farm Shared configuration: Synchronize or duplicate configuration settings...
  • Wiki Page: Telligent Enterprise site exceeded license message after upgrading or moving to a new server

    If you upgrade your Telligent Enterprise 2.0 or 2.5 site to release 3.0 or move your site to a new server and get the following message: This site has exceeded the licensed number of servers. You can access the site by opening it up directly on the server that is running the site. You can also manage...
  • Wiki Page: File storage in a Web farm

    In a Web farm environment, all Web servers access files on the one Web server that hosts the file storage. The security implications of cross-machine resource requests can be complicated. You can configure security parameters for your application in a number of ways and each operating system uses a different...
  • Wiki Page: Preliminary requirements for installation

    The following items must be available, installed, and/or configured before installing a Telligent Enterprise community: Required software and hardware for the Telligent Evolution platform Windows Server configuration (including which services to disable and the necessity for application and OS...
  • Wiki Page: Telligent Enterprise implementation of AppFabric Caching

    In this Article Scenario 1: 1 Web server, 1 database server Scenario 2: n Web servers, 1 database server Scenario 3: n web servers, m service machines*, 1 database server Related information Telligent Enterprise 3.0 has incorporated Windows Server AppFabric caching , a technology used to enhance system...
  • Wiki Page: Configure file storage

    In Telligent Enterprise 3.0, the communityserver.config extension that controls the file types uploaded has been changed from blogFileStorageExtensions to AttachmentSettingsExtensions . By default, Telligent Enterprise allows blog authors to use file storage with unlimited disk space, files no larger...
  • Wiki Page: Caching overview and concepts

    In this Article Cache hierarchy Understanding cache scope Keys and tags Overrides Default timeout and cache factor The following sections describe aspects of the caching framework. Cache hierarchy The cache system is built by combining one or more layers together to form a single, logical structure...
  • Wiki Page: Configuring your site's cache

    Changes in platform 6.0 In the new Telligent Evolution version, the caching system underwent a large redesign. Previous versions outgrew their effectiveness and new code needed to be written to handle the shortcomings. Features such as proper distributed caching support, easier debugging, and configurable...
  • Wiki Page: Use search in a web farm

    To use search across more than one server, you need to use a master/slave configuration of Solr. For more information of this, refer to the Solr documentation . In this setup, reads can happen from any search server, but writes must be done on the master server. The way to ensure this is that the Job...