Main steps required to customize the Cora Orchestration portal.
Step | Details | Reference | |
---|---|---|---|
1 | Download and unpack the Custom PS Scripts ZIP file from the repository | Link to repository NOTE | Watch a demo of the setup process. |
2 | Run the oneClick_Install_Env_Local.ps1 function to set up the customization development environment | Installs 3rd-party components and PowerShell modules, deploys the portal application on IIS, creates a snapshot of the deployed portal, and downloads the Visual Studio template project used to customize portal configurations. | |
3 | Edit the template project with the required customized configurations. | Replace logo, change styles, add custom pages, add menu items, among other changes. | Watch a demo of how to customize the template project and implement the changes to the portal. |
5 | Optional: Set up source control |
| |
6 | Validate the template project setup | After you deploy the customized portal application, open the portal site and make sure there are no errors. |