Confluence : Deploying the theme as a plugin
This page last changed on Jan 17, 2007 by rosie@atlassian.com.
In order to deploy your custom Confluence theme, you will have to have Ant installed. To learn how to install and use Ant, please follow the instructions on the projects website. To deploy the theme, execute the following command from within the theme directory in your Confluence installation: ant build -Dtheme=<specifynameoftheme> For example to build a theme with the name dinosaur, you will have to type: ant build -Dtheme=dinosaur You will find the build jar of the dinosaur theme in the confluence/themes/dinosaur/dist directory.
Installing the themeTo install the theme you can simply drop the previously created .jar file into the confluence/WEB-INF/lib directory in your Confluence installation as described under Installing and Configuring Plugins. As a second option, you can also call the following ant command instead of the one found above to install the theme and copy the jar automatically in the appropriate directory. ant install -Dtheme=<specifynameoftheme> Read more about plugins To change the time and date formats,
RELATED TOPICS
|
![]() |
Document generated by Confluence on Feb 07, 2007 23:58 |