To deploy your theme to your app server, run the gulp deploy
task. The gulp deploy
task
builds your theme’s files,
and deploys the generated WAR file to the
app server you configured
when you
created the theme.
Follow these steps to deploy your theme:
-
Navigate to your theme’s root folder and run
gulp deploy
.Figure 1: Run the `gulp deploy` task to build your theme's files and deploy it to your app server.
-
Your server’s log displays that the OSGi bundle is started.
Figure 2: Your server's log notifies you when the theme's bundle has started.
-
You can apply your theme through the Navigation → Site Pages menu in the Control Menu. Select the Configure option for your site pages, and click the Change Current Theme button to apply your theme.
Figure 3: Run the `gulp deploy` task to build your theme's files and deploy it to your app server.
Related Topics
Automatically Deploying Theme Changes