Corporate portal on joomla. Platforms for creating corporate portals


The presence of a website is a sign of the seriousness and reliability of the company for many clients. Development corporate portals, especially high-load ones, often require an advanced level of knowledge, supported by impressive experience. WordPress template Corporate websites act as an alternative to creating a website from scratch, as they are developed by specialists, are easily customized, and installed in 5 minutes. Their design reflects the professionalism of the company, attracts consumers and increases website conversion.


2. Jevelin

Jevelin is a premium responsive theme that can be used as a corporate WordPress website template, online portfolio or personal page. Thanks to optimized code and compatibility with most SEO plugins, a Jevelin site has a good chance of appearing at the top of the search results. The reposting functionality ensures an influx of new visitors from social networks.


Massive Dynamic is a popular visual website builder. Along with it, the buyer receives an impressive set of plugins and more than 60 professionally designed demo templates. Especially for corporate portals, the theme features stylish pop-up subscription forms, a mini-gallery of portfolio elements, pop-up videos, lists of services, and animated sliders.


4.TheGem

TheGem is an SEO-optimized template for high-load projects. The improved functionality of the template allows you to create the best corporate website, landing page, business card or web resource entirely dedicated to the product being promoted. Impressive scrolling effects, premium typography, and a thoughtful interface ensure that the company’s website will be remembered by the visitor.

Selection on the topic:


5. Ronneby

Ronneby is a theme that provides high performance to the sites built on it. You can create hundreds of layouts on Ronneby without ever repeating a previous design - its Options Panel is a source of limitless customization options. A set of portfolio tools helps you effectively demonstrate your company's capabilities to potential clients.


6. Intact

Intact is a premium WordPress theme with an advanced set of features designed to meet the key needs of business projects. Based on it, interesting corporate websites and landing pages are obtained, the design of which contains parallax backgrounds, animated graphics, countdown counters, achievement graphs, lists of services, Google maps, sliders.


7. Jupiter

Jupiter is an advanced website builder, one of the fastest WordPress themes presented on the market. It contains 140 demo templates, some of which are suitable for business topics. The Jupiter administrative panel is easy to use due to its high performance, automatic synchronization data in all open tabs, a change history that allows you to undo unnecessary actions.

Recently, Jupiter has switched, for many this is a pleasant surprise, because... Elementor is becoming increasingly popular.


8. The Ark

The choice of more than 11 thousand users is not accidental. The template offers:

  • basic plugins for online trading;
  • settings for online settings;
  • optimization for any device;
  • more than 300 ready-made designs.

According to the developer, the template will look great as a landing page or website for a small or medium-sized business of any kind.

Selection on the topic:


9. Folie

Folie is a universal theme equipped with a Live Visual Builder. It provides the ability to borrow blocks from different demo pages to create a unique design. The template has 2 premium plugins for sliders, various animated effects for loading page elements, and a panel with a subscribe button.


10.Betheme

Betheme is a “responsive”, retina-ready template that, due to its versatility, is suitable for any project. Among the demo templates included with Betheme and ready for instant installation are corporate website templates. Each theme page can have a separate advanced menu.


Bridge is a template for the website of a design studio or other creative business, a sales leader in its niche. Its demo templates for the “Business”, “Portfolio” and “Landing” categories can be customized for a corporate portal. A well-thought-out page layout helps to retain the visitor’s attention and helps increase the conversion of the web resource.

Selection on the topic:


12. Salient

Salient, being a universal theme, can be used as a corporate WordPress website template. The theme includes: animated page changes, several portfolio types, stylish icons, premium fonts, numerous design options for a corporate blog, ajax search.


13. Brando

Brando is an adaptive template for one-page websites/landing pages with blog and portfolio elements, as well as duty pages. It uses components such as: parallax and video background, animated counters reflecting the company's achievements in numbers, stylized blocks for presenting employees, services, tariffs, reviews, and an ajax contact form.


The7 is a template that combines responsive layout, advanced customization tools and several premium plugins. In the design of business-themed demo sites made on a template, the following are used:

  • high-quality animation
  • sliders from reviews, work samples, employee cards
  • call to action blocks
  • lists of services provided, complemented by stylish icons


15.Consulting



17. SEO

SEO is a flexible template designed for use by Internet marketing agencies, SMM specialists and SEO studios who need interesting corporate websites. Premium SEO plugin Rankie, built into the template, tracks positions in Google search for each keyword and generates lists of required queries.


18.Jobify

Jobify is the most popular WordPress template for creating a web resource for finding employees and jobs. Theme is optimized for search engines and is suitable for high-load sites. Advanced search for vacancies and resumes using a geo filter improves the usability of the portal. Jobify offers functionality for organizing paid placements with a convenient system for tracking and approving applications.


20. Incubator

Incubator - bootstrap template for a corporate website or startup. With the help of Incubator, any novice webmaster can easily create a web resource with adaptive layout. Twelve demo theme templates are ready for installation in one click. The template code is optimized for fast loading and is also mobile-friendly, which has a positive effect on ranking in search results from a phone.

I wouldn’t be too far wrong if I said that every system administrator set up a web server. It could be IIS or Apache - in general it doesn't matter. Deploying all this stuff on Windows or Linux is a fairly standard task that does not cause difficulties. And even if such problems arise, solutions are not difficult to find on the Internet.

Today I want to talk about one particular case that happens in corporate network, where all computers and users are part of an Active Directory domain. We will make a corporate web portal on some simple engine like joomla. The portal will post various news, polls, forms feedback, forums, etc. One of the main features of such a portal is that all users must be automatically authenticated when entering the portal, and not register/log in manually. Thus, any actions on the portal will be automatically carried out on behalf of this domain user. This function is called SSO (Single Sing On). For more details, see wiki.

SSO will work if:

  • The portal engine (in our case Joomla) can authenticate users using LDAP
  • The web server passes the PHP handler the name of the user who opened the portal
  • The user must be authenticated at the web server level, however, the web server must check the user's validity somewhere, hence the next point
  • The operating system is integrated into Active Directory

Exactly at this point the question arises, on which web server to create the portal? Which OS to use as a basis: Linux or Windows?

Let's consider the options:

  1. Windows OS, IIS web server. At first glance it seems the most obvious option. There is already integration with AD at the operating system level. php and MySQL will not be difficult to install. However, IIS will only work fine on Windows Server, which costs a lot of money. If you take some Windows 7, then IIS in it has a serious limitation on the number of simultaneous sessions and, in fact, the combination of Windows 7 + IIS is not suitable.
  2. Linux OS, Apache web server. The main advantages are that it is free and fast. The main difficulty is to drive Linux machine to the Active Directory domain and configure Apache correctly.
  3. Windows 7 OS, Apache web server. Relatively inexpensive, suitable for those who are comfortable with Linux, integration with AD is already available, a little configuration of the web server will be required for our tasks.

To my surprise, for items 2 and 3, I did not find a complete manual on the Internet on how to do everything “from start to finish.” In this review I will focus on the 3rd option and try to tell you how it is done. And so, let's go...

We will need a computer or virtual machine with any Windows: XP, 7, 8 - anything will do. This computer must be part of an Active Directory domain.

The next step we need to install Apache, PHP, MySQL on our computer. You can install these components separately by downloading Windows assemblies of these programs, but I would recommend downloading one collection WAMP(Windows Apache MySQL PHP). At the time of writing this review, the current version of WAMP 2.5. All components will be installed in a few clicks. Because This collection is compiled by MS compiler developers, then previously the package must be installed on your computer Microsoft Visual C++ 2012 Redistributable Package of the same bit size as WAMP. If you downloaded WAMP 32-bit, and your OS is 64-bit, then VC2012 must be installed in both bit sizes. In general, for our tasks, 64 bits are pampering and I would recommend taking a 32 bit OS and 32 bit WAMP.

I highly recommend installing some normal text editor on your computer for editing configuration files WAMP servers. For example, bred. Built-in Windows Notepad does not recognize line breaks from Linux-like text files.

WAMP is usually installed in the C:wamp directory. During the installation process we will be asked to specify a default browser. I still don’t understand which browser they are asking: file or Internet, I indicated iexplore at C: Program FilesInternet Exploreriexplore.exe. After installation, an icon in the form of the letter W will appear in the tray. The color of the icon indicates the operation status: green - everything is working, orange - starting or stopping, red - not working.

Left-clicking on the icon opens the main WAMP menu.

By default, a freshly installed web server will only open from the computer where it is installed at http://localhost (top menu item). If we go there, we will see home page, where it will be described which extensions are installed, you can quickly look at phpinfo, etc.:

Because The WAMP project is constantly evolving, but it would be a good idea to re-create all relative links, the path of which changes from version to version. It does this with one click, you just need to click on the version number in the ApacheVersion menu x.x.x , where x.x.x is the Apache version:

If this is not done, then some of the PHP modules we need may not load, which will indicate a lot of entries in the logs:

Then, we need to attach the sspi module of the same bit depth as WAMP to Apache. .

In the archive you will find 2 folders, they need to be copied and replaced into the directory C: wampbinapacheapachex.x.x

After this, using text editor open the Apache config from the directory c:wampbinapacheapachex.x.x confhttpd.conf

Around the beginning of the config there will be a section where all loadable modules are registered. Add the sspi module there (LoadModule authnz_sspi_module modules/mod_authnz_sspi.so) and check that the authn_core_module and authz_core_module modules are not commented out with the # symbol:

OT Dulcet is a modern template made in light colors. This design work was developed by the famous web studio OmegaTheme. The template supports the Joomla 2.5 content management system. The design was developed taking into account correct display in all popular tablet and mobile devices. It was developed on the powerful and flexible OMG Responsive Framework. For a more flexible display of content on the site, the K2 component was integrated into the template. Also, the Hot Effects Rotator module is integrated into the OT Dulcet template, through which you can display the most important information in this module in an accessible form. The OT Dulcet template is a modern work thanks to which you can develop a high-quality corporate website or business card website.

We present to your attention new job called IT Corporate from the professional web studio IceTheme. All projects of this team are distinguished by quality, attractive appearance and a wide variety of functions. IT Corporate stands out with its positive design and harmoniously chosen colors. The most important thing is that this template is universal. All you need to do is select the right one color scheme, which will allow you to pull it under almost any site. In general, the design of this work looks very restrained, graphics are presented in a minimal amount. All this suggests that this template is more suitable for serious or business topics.

SJ Kay - adaptive business template from developers from the studio that supports the current version of Joomla. This template comes with a huge set of features: optimized code, support for several types of menus, a feedback form with support for Ajax technology, 6 color styles, a built-in settings manager and much more. The template uses the modern YT ​​Framework v3, which provides special flexibility and speed. The assembly includes a huge number of proprietary extensions and support for various third-party products. SJ Kay is a multifunctional template and can therefore be used to create business projects, corporate websites, personal blogs or portfolio websites.

OT SmartSolutions - adaptive business template from the design studiofor sites developed in . This template includes 6 color schemes and 10 custom background images that look great on any screen. The template is used to operate new framework Jarvis Framework, which supports the most advanced web standards that allow you to create websites of any complexity and functional structure. The presence of adaptive properties guarantees correct display template on any screen and mobile device. OT SmartSolutions right choice to create stylish and modern websites. Οι εμβοές είναι ακουστοί ήχοι που παράγονται από το σώμα μας, και ο ασθενή ς τους ακούει. Σίγουρα δεν υπάρχει άνθρωπος που δεν νιώσει κάποτε να βουν τα τιά του εμβοές θεραπεmbaα μεγγicket λίκων στην αγγλία, έχει εμβοές σε υψλό βαρκετό ώστε να υφίστανται επιπτώσεις στηνουργικότητ stock του

S5 Corpway - a great business template from developers for sites running the latest versions CMS Joomla. The original design of the template is easy to edit, which makes it possible to create a unique appearance for the site. This template runs on an updated version of the S5 Vertex studio framework, which is responsible for all system optimization, adaptive properties and correct display of the site. Support for third-party extensions has been added to the installation layout: Joomanager, Tienda, Virtuemart, and K2, which will significantly expand the potential and capabilities of the template. S5 Corpway is great for creating modern corporate websites or business projects.

VT Consult is a stylish business template from a team of developers from the design studio. The lightweight design of the template, developed in light colors and combined with 4 color schemes, is perfect for creating modern corporate websites. Taking advantage of the new HTML5 and CSS3 standards, this template is perfectly optimized, has fast loading speed and is fully compatible with all browsers. To increase the basic capabilities, a popular content management manager has been added to the installation package. VT Consult is the ideal choice for creating high-quality Internet projects.

VT SoftBox is a lightweight template from studio developers that is ideal for creating corporate websites. The original design of the template contains 4 color schemes, which are fully editable through the internal manager. This template is designed taking into account the latest web design trends. The flat style of the elements gives the layout a special, sophisticated look. The presence of original animation effects using CSS3 capabilities gives the template a special style of information presentation. The template integrates a functional content management manager K2, which allows you to significantly expand its capabilities when working with site materials. VT SoftBox is the ideal choice for creating stylish and original web projects.

JS Shaper Awetive is a professional business template from developers for sites using current versions of CMS Joomla. The modern design of the template is presented in 6 color themes, which can be completely changed through the built-in manager. The best studio extensions have been added to the template, which will allow you to clearly demonstrate all the contents of the site. The multifunctional Helix V2 platform provides the template with all the necessary properties that modern professional websites should have. To make it easier to work with site materials, the popular K2 manager was added to the assembly. JS Shaper Awetive - great choice for creating stylish business websites and corporate projects.

JS Shaper Optima is a multifunctional template, announced by the design studio, for sites running the Joomla CMS. The original template design includes 6 designs and includes responsive features to support mobile platforms. This template is developed based on the popular Helix V2 framework, which provides full access to change each element of the layout. The template provides a number of dynamic features, support for many club extensions and a flexible K2 content management manager. JS Shaper Optima is great for creating stylish and modern business websites and corporate projects like e sigara modelleri elektronik sigara likit.

S5 Business Pro is a professional business portal template from developers with full support for the latest versions of CMS Joomla. The excellent design of the template is made in light colors, which can be easily changed through the built-in functional manager. The template was developed using the proprietary S5 Vertex framework, which will provide optimal performance the entire site. To visually display the site content, the updated studio module S5 Frontpage Display V3 was added to the template. The template contains optimized file code, sequential loading of images, support for all browsers and full compatibility with various mobile platforms. S5 Business Pro is an excellent choice for creating high-quality business websites and corporate projects.

OT Dulcet is an elegant business template from developers that supports latest version CMS Joomla 2.5. This template has a responsive design that is responsible for correct operation website on any screen and mobile device. The template platform uses the capabilities of the OMG Responsive Framework, which uses the latest advances in web technology. For more convenient work with site materials, the popular K2 content management tool has been added to the template. The Hot Effects Rotator module built into the top of the template will allow you to present the most important information to site users in an accessible and visual form. OT Dulcet is an excellent choice for creating high-quality business card websites or portfolio projects.

On the website of the Anatomy of Sleep company you will always find the best mattresses for your summer cottage at affordable prices that will ensure everyone a healthy and normal sleep.

TF Diachron is a professional business template for CMS Joomla 2.5 and 3.0, presented by the popular ThemeForest project. The stylish design of the template with high-quality elements is perfect for creating corporate websites and various business projects. The template features 10 color themes that can be flexibly customized through the built-in manager. This template was developed using functional platform Gantry, which has a huge number of settings that allow you to very finely customize the operation and display of the template. TF Diachron comes with additional third-party extensions to provide visual display of content to site users. The template has adaptive functions, fast speed and optimization for search engines.

YT Glass is a universal business template presented by developers from the studio in June. This template comes in a wide variety of styles - from bright and fresh to dark and elegant colors, which when combined with background patterns and animations, give an original and modern look. The template settings include functions that allow you to very flexibly set the required appearance of the template. The structure and layout of the template is ideal for creating corporate and business projects. The presence of additional styles for the Widgetkit component ensures that the content is displayed in a stylish manner that fully matches the template design. The template has 8 preset styles, support for 13 font types and 5 modular styles. The proprietary Warp6 framework is responsible for adapting the template for mobile devices.

JS Shaper Minima is a great business template developed by specialists from the design studio. The lightweight design of the template, developed in light colors, contains 10 color schemes with which you can give an original appearance to any site. The functional Helix Framework gives the template excellent optimization, provides the layout with adaptive features and fast operating speed. The responsive design of the template will allow the site to be displayed correctly on any screen and mobile device. The presence of built-in support for the K2 component allows you to work with site materials in a convenient form.

YT Venture - new development from a popular design studio for websites running CMS Joomla 2.5 and 3.1. The template's light design, made in light colors, is perfect for creating modern corporate projects. Flexible template settings allow you to combine different styles, backgrounds and colors to give your site an original look. The template implements additional functions for changing background images, provides smooth CSS animation and additional styles for the branded Widgetkit component. This template is developed on the functional Warp6 framework, which uses modern HTML5 and CSS3 web technologies, and also provides full support for mobile platforms.

JS Shaper Corpora is a professional business template with full support for Joomla 2.5 and 3.0, developed by a team of developers from . The stylish design of the template includes 6 preset color schemes, which can be very flexibly customized through the template manager. The multifunctional studio framework Helix Framework provides the template with adaptive functions, excellent optimization and fast loading speed of site pages. The assembly includes the proprietary SP Smart Slider module, which will allow you to effectively present the most important information on the pages of the site. To increase the template's capabilities, the developers added support for the K2 component and the most popular club extensions: Simple Image Gallery, SP Tab and SP Quick Contact. JS Shaper Corpora is the right choice for creating modern and high-quality projects.

BT Corporate is a professional business template for Joomla 2.5 from the little-known design studio BowThemes. The magnificent design of the layout is presented in light colors, there are 6 preset color themes for the template design, which are easily customized through a convenient control panel. To operate the template, the developers used the functional T3 Framework 2 framework, which allows it to work quickly and support any mobile platforms. This template includes 4 types of menus and contains a flexible modular design for convenient placement of all elements on the site. The assembly includes the best club extensions (BT Slideshow Pro, BT Tabs, BT Content Showcase and BT Accordion Menu), which can significantly increase the functionality of the template. Built-in support for the K2 component opens up new opportunities for publishing and posting site materials. This template is perfect for creating business card websites for companies offering house construction using the latest technology.

IT Corporate 2 is a professional business template with support for Joomla 3.0, developed by the popular design studio. The modern layout design comes with 6 color styles that are great for choosing a stylish look for your website. The template includes a proprietary material rotator, which allows you to display the most important information on the site pages in a flexible form. Responsive design and the use of the Bootstrap platform give the template fast loading speed, overall optimization and support for mobile and tablet devices. The flexible modular design of the template allows you to flexibly place all elements on the website pages. IT Corporate 2 is ideal for creating high-quality websites that meet modern requirements.

TX Sanity is a business template in light colors for sites running CMS Joomla 2.5, from the developers of ThemeXpert. The functional template control panel allows you to add a unique design to the template by customizing the background, choosing the font size and color, modular styles, etc. The built-in club module rotator Xpert Slider, which supports responsive design, will allow you to clearly display the main information on the website pages. The template is built using the capabilities of new web technologies, which give it special flexibility and optimization. TX Sanity is an excellent choice for creating stylish business websites or corporate projects.

TX Maximus - original template with a huge amount functions developed by the design studio. The design of the template is made in light colors, there are 4 color schemes (blue, green, purple, red), which will help you choose the optimal appearance for the site. The studio's multifunctional Expose Framework gives the template adaptive properties, fast loading and excellent optimization. The assembly includes new module Parallax Slider, capable of effectively displaying the most important information on site pages.

YJ Business Report is a professional business template in light colors from a popular design studio. The elegant design of the template includes 4 color schemes, which are perfect for creating a high-quality and modern website. The functional studio platform YjSimpleGrid Framework gives the template adaptive features, fast loading and good optimization in general. This template comes with many club extensions: YJ Live Search, YJ Image Slider, YJ Module Engine and YouYork Module Slider, which allow you to display content on site pages in a convenient form. Built-in support for the K2 news component will provide new opportunities for publishing materials.

SJ Company - stylish business template with full set adaptive functions from developers. This template contains 4 preset styles (green, dark green, orange and yellow) as well as a built-in CPanel that allows you to easily change any template parameters. The assembly includes the best studio extensions: SJ News Extra Slider, SJ Gallery, SJ Module Tabs and SJ Basic News, which provide a flexible and visual presentation of information on site pages. The proprietary YT Framework is responsible for fast work website, code optimization and support for all browsers. SJ Company is perfect for creating business card websites or corporate projects.

OT Corporate Tree is an elegant template in light colors from the design studio. The stylish layout design, combined with the use of the functional Solid Framework studio platform, is perfect for creating various corporate and business websites, as well as personal blogs and company business cards. A proprietary material rotator on the main page allows you to display the most important information to site visitors in a flexible form. Built-in support for the popular K2 content management manager and additional design styles for it significantly increase the potential and capabilities of this template. Corporate Tree has fast page loading speed, optimized file code and supports various mobile devices.

JS Shaper Event is a professional business template from developers for sites built on Joomla 2.5. This template is designed for creating various presentations for future events, parties, seminars or conferences. For convenient countdown of time to the beginning of a certain event, the developers have created a new module - SP Countdown. Lightweight and modern design The layout fully complies with all the requirements for modern websites. The template comes with 8 preset color themes, flexible modular design, mobile device support, and much more. There is support for the K2 component and many studio extensions.

OT CorpMX - attractive and functional business template for CMS Joomla 2.5 from the guys from the team. The original design of the template is made in light colors; there are 4 preset color styles for choosing the optimal website design. The proprietary material rotator has a very flexible settings, allowing you to display information on site pages according to the requirements. Built-in support for a powerful content management manager and additional design styles for it significantly increase the potential and capabilities of the template. OT CorpM - perfect solution to create high-quality business projects, corporate or portfolio websites with the possibility of visual presentation of wood products, such as parquet and

The presence of a corporate portal in your company will not surprise anyone. More and more large and medium-sized business representatives are one way or another faced with the choice and implementation of a portal. And yet, many enterprises are still on the verge of making a decision to launch a project to implement a corporate portal. I hope my short review will help you take the first step in this direction.


So, all portal solutions presented on the market today can be divided into three groups:

  • platforms for creating corporate portals;
  • packaged products (ready-made solutions) based on platforms;
  • solutions offered as a SaaS service (cloud solutions).

Let's consider them sequentially.

Platforms for creating corporate portals

Platforms for creating portal solutions are in turn divided into commercial ones, such as


Oracle WebCenter Suite, MS SharePoint, IBM WebSphera, 1C-Bitrix


and open ones such as


Joomla!, Jboss, Plone, Drupal, Jive, etc.

The platforms are used to develop corporate portals for a specific technical specification (TOR), and theoretically meet the needs of customers better than other groups. If a competent technical specification has been drawn up, if it describes all the needs of the company, then in such a solution they will be implemented.


Here we remember the story about the intrepid Spartans: When Philip of Macedon (Alexander’s father) approached the walls of Sparta, he sent a message to the Spartans that said: “I have conquered all of Greece, I have the best army in the world. Surrender, because if I capture Sparta by force, if I break down its gates, if I break through its walls with battering rams, I will mercilessly destroy the entire population.” To which the Spartans replied: “If.”


Indeed, it is very difficult to foresee all possible ways of using it before starting test operation of the system. This may cause the project to miss deadlines and/or go beyond the approved budget.

Ready-made solutions based on platforms

Boxed products (ready-made solutions) are divided into solutions built on the basis commercial platforms: IBM WebSphere Portal, Oracle Portal 11g, SAP NetWeaver Portal, DeskWork, Ittilan Portal, WSS Portal, 1C-Bitrix: Corporate Portal, and open solutions: Liferay Portal, Alfresco, JomPortal, Jive, Jahia, etc.

All these products can be divided into several groups:

  • heavy commercial solutions for large companies (IBM WebSphere Portal, Oracle Portal 11g, SAP NetWeaver Portal);
  • commercial solutions for medium and large companies (DeskWork, Ittilan Portal, WSS Portal, 1C-Bitrix: Corporate Portal);
  • open (free licenses) solutions for medium and small companies (Liferay Portal, Alfresco, JomPortal, Jive, Jahia).

Next I will give brief description listed ready-made solutions. The description contains approximate prices for licenses that do not include a portal implementation project. For final license prices and implementation costs, please contact your solution providers. From practice, the cost of an implementation project can significantly exceed the cost of licenses:

  1. Tough commercial decisions
    1. IBM WebSphere Portal() - a ready-made portal solution based on the IBM WebSphere platform. A feature-rich solution for content hosting, collaboration, and distance learning. The functionality of the system is built on modules - applications that can be further developed using WebSphere Portlet Factory. Full automation of any business processes, including routine operations(ordering business cards, ordering office supplies, requests for personnel selection, reserving meeting rooms, etc.) and project management mechanisms with tracking stages, deadlines and assigning users responsible for tasks. Disadvantages: heavy system designed for large companies with a large number of concurrent users, respectively high cost ownership of the system. The approximate cost of licenses is RUB 1,500,000. (either 300 named licenses, or a server with 2 processors with 2 cores).
    2. Oracle Portal 11g(www.oracle.com) - a complete portal solution on Oracle database WebCenter. Business analytics tools are very well represented, full-fledged teamwork with documents, tasks and projects. Developed business process automation tools. Separately, I would like to note the search and indexing of information, both inside the portal and outside. Ideal for companies already using products from the same manufacturer. Disadvantages: Complex system, you can forget about launching it in a short time, high cost of ownership. If the enterprise already uses corporate systems from another manufacturer, you will have to tinker with integration. The approximate cost of licenses is 600,000/processor.
    3. SAP NetWeaver Portal"Enterprise Portal" (www.sap.com) - another portal solution top level. The functions of integrating various systems are conveniently implemented - the function of a single point of access to the company’s information system. The main focus is on group work, project management and employee communications. One of the key competencies of the SAP-based portal is managing the company's knowledge base. Allows you to automate existing business processes and optimize document flow. It is possible to access from the portal not only SAP applications, but also applications from other developers. It is possible to modify the portal in the SAP Portal Content Studio environment and through the SAP Portal development kit Development Kit. Disadvantages: the system is difficult to administer and configure, high cost of ownership and scaling. Absence open information about the cost of licenses, but the price level corresponds to the class.
    1. WSS Portal(www.wss-consulting.ru) - a ready-made corporate portal that includes a large number of functions, information about the company, application management, department pages and project management. Perfectly implemented: Forums, photo and video galleries, voting and FAQ. Search both through the portal content and external sources. Differentiation of access rights at the document level. Full integration with MS products. WSS Portal is one of the leaders in the market of portals based on MS SharePoint. Disadvantages: restrictions related to the operating system - only works on Windows + MS SharePoint Server 2010, approximate cost licenses are 450,000 rubles, the cost of standard implementation (including licenses) is 895,000 rubles.
    2. DeskWork(www.deskwork.ru) is a ready-made solution that covers all the basic needs of companies in a corporate portal. Company structure, address book, new employees and birthdays, management of applications and tasks. Shared calendars, etc. Disadvantages: limitations associated with the operating system - works on Windows. Budget option portal based on SharePoint Foundation, the approximate cost of licenses is 120,000 rubles - an unlimited number of users.
    3. Ittilan Portal(www.ittilan.ru) - a boxed portal solution based on SharePoint, more than 60 ready-made modules. The main page displays company news and events, information about latest documents and forum posts, birthdays and new employees. Display of the company's key performance indicators (KPIs). Project management, electronic document storage and application processing module. Disadvantages: limitations related to the operating system - works on Windows. Convenient telephone directory and company knowledge base. The approximate cost of licenses is 400,000 rubles.
    4. 1C-Bitrix: Corporate portal(www.1c-bitrix.ru) - boxed intranet, functions implemented social network and group work. Project management, CRM functions, news feeds, microblogs and workgroups. Automation of routine operations. Integration with MS products (Exchange, AD, SharePoint). Advanced search functions, full-text, by tags, by content, taking into account document ratings. Company knowledge base and group calendars with the ability to integrate with Outlook and ical. Employee training module and vacancies for employees. Visual structure of the company. Disadvantages: Difficult to modify. Approximate cost (unlimited number of users) RUB 300,000.
  2. Open solutions with zero license costs
    1. Liferay Portal(www.liferay.com) - corporate portal with open source code, developed based on Java. According to Garthner (2009), it is one of the top 5 horizontal corporate portals, along with IBM, Oracle, SAP and MS. Organization of a single point of access to enterprise resources, unique display of pages for each user, convenient user interface, tools included social communication, automation of existing business processes, integration with MS Office, company news and bulletin board, high degree of scalability, full search for information both inside the portal and in external sources. Support for free and commercial DBMS. Disadvantages: poorly adapted to Russian companies, difficult to modify. License costs basic version no, it is possible to purchase the Liferay Portal Enterprise Edition, which differs mainly in the availability of professional support (24x7).
    2. Alfresco(www.alfresco.com) - a ready-made intranet system for enterprise content management. The system is open source, the main difference from Liferay is the emphasis on working with documents (document flow), it is presented in Alfresco better than in other open solutions. Support for MS office documents, version control and execution discipline, document journal, etc. Just like Liferay, it is developed using Java technologies. Portal functions: Company news and events, address book, company structure, business process automation. Personal home page. Support for free and commercial DBMS. LDAP authentication. Among the disadvantages: when launching out of the box, it needs to be modified, it is difficult to modify. There is no cost for licenses for the basic version; it is possible to purchase a commercial version.
    3. JomPortal– a ready-made corporate portal based on CMS Joomla! Open source system. General information about the company (history, structure, division pages). Company news and events, information about birthdays and newly hired employees. Conducting surveys and surveys of employees. Project and application management. Electronic document storage, forum and company knowledge base (wiki). Videos and photo albums. Social network functions. LDAP authentication. Integration with 1C. There is no cost for licenses; it is possible to purchase technical support.
Cloud solutions

Cloud solutions include:


Bitrix24(www.bitrix24.ru approximate cost - 9900 rubles/month with an unlimited number of users and 100 GB of cloud space,


Simple business(www.prostoy.ru) approximate cost - 1000 rubles/month with an unlimited number of users and 10 GB of cloud space,


Teamtools(www.teamtools.ru) approximate cost - 700 rubles/month with an unlimited number of users and 5 GB of cloud space, etc.

Modern cloud solutions largely repeat the basic functionality of ready-made portal solutions, with the possible exception of integration with other corporate systems, used in the company.


Advantages of cloud solutions - reduction of fixed costs associated with the cost of owning a server, system software, lower requirements for PCs (essentially I need input/output terminals, and all logic is processed in the cloud), ease of scaling and speed of deployment (if I need to open a new office, I just need to install a PC and connect to the Internet), reduction costs associated with software administration, territorial independence (access to the portal from any point where there is Internet access).


But all these advantages (perhaps with the exception of renting licenses) can be achieved by deploying a ready-made solution in the cloud when renting a server (dedicated server) - approximate cost - 3000 rubles/month (1 CPU Core i3-2100 (3.1GHz 2 cores), RAM 8GB, HDD 1Tb) or space in a data center rack (collocation) - approximate cost 2000 rubles/month 1 unit.


Disadvantages of cloud solutions are the lack of willingness of businesses to take corporate information outside, the complexity of integration with other corporate systems, low network bandwidth, lack of trust in providers of such services, three possible points refusal (essentially there are three responsible ones: cloud solution provider, provider, IT department or system administrator), security-related issues.

Conclusions

In this review, I first of all tried to describe in simple language the variety of portal solutions present on our market, and based on the basic needs and size of companies, provide guidance in the direction of finding a suitable solution.


Today, any company can find a portal solution to suit its taste, budget and list of tasks to be solved.


Development custom portal solution based on existing platforms does not make much sense for two reasons:

  • there are a large number of ready-made solutions and the development of a custom solution is unlikely to be more functional or cost-effective;
  • Support for a custom solution may be more expensive than for a mass-produced product.

Tough commercial decisions More suitable for large, distributed companies with a large number of working users. Ideal for companies already using products from one of the major manufacturers (IBM, SAP, Oracle).

Mid-range commercial solutions more suitable for medium-sized companies. The products presented in this class cover most of the needs of a typical enterprise.


Guidelines for selection are the following:

  • number of concurrent users up to 3000 people;
  • budget up to 1,000,000 rubles;
  • personal sympathy for the product, availability of professional support.

Open Solutions The functionality is close to commercial software and covers most of the needs of a typical enterprise. Zero cost of licenses seriously reduces the cost of the project. IN lately The open source software market is developing dynamically, and the problem of lack of professional technical support, which was felt just recently, goes away.


Guidelines for choosing a solution in this segment are:

  • number of concurrent users up to 1000 people;
  • budget up to 400,000 rubles;
  • presence of successful projects with the solution provider;
  • availability of professional support.

Systems offered as a SaaS service (cloud) are more suitable for the small company market. The main arguments for: low start-up costs, territorial independence.
Cloud solutions are less suitable for medium-sized businesses the following reasons: difficulty of integration with other corporate systems, business unwillingness to take corporate information outside.

Tags:

  • overview of corporate portals
  • choosing a corporate portal
  • free corporate portal
Add tags