Customization #
Custom Portal work is all defined within the Portal overlay. In this section, we’ll take a look at customizing the Portal, including overlay initialization, structure, portlets and pages, and extensions.
Before beginning custom development in Portal, run make portal-setup to install required local dependencies.
Initialize the overlay #
To initialize the overlay for custom Portal development in 5-ext/portal, run make portal-init from the platform directory. Note that this command will fail if 5-ext/portal already exists.
To validate changes, there are two options:
- Production: run
make portal-packageand access the Portal on the usual ports 10200, 11200 and 11000 with a valid running engine. - Development: run
make portal-startalongside a valid running engine. For each Portal build, this starts up a local server in development mode to enable easy debugging and portlet development.
Contents #
| Topic | Description |
|---|---|
| Structure | The Portal structure for customization. |
| Portlets and Pages | Customize Portal with portlets and pages. |
| Extensions | Make updates to existing Portal content. |
| Styles and Icons | Add custom styles and icons. |