-
clone the repo and put it into your plugins folder.
-
modify the project pom.xml to include it
<modules> ... <module>plugins/newsstand</module> </modules> <dependencies> ... <dependency> <groupId>com.atex.plugins</groupId> <artifactId>newsstand</artifactId> <version>1.1</version> </dependency> ... <dependency> <groupId>com.atex.plugins</groupId> <artifactId>newsstand</artifactId> <version>1.1</version> <classifier>contentdata</classifier> </dependency> ... </dependencies>
-
modify the project pom.xml in order to specify the cache directory (this is something you should do also in the tomcat configuration)
<systemProperty> <name>newsstand.cacheDir</name> <value>${polopoly.work-dir}/newsstand</value> </systemProperty>
-
in you common content module specify the plugins configuration:
id:plugins.com.atex.plugins.newsstand.Config major:appconfig inputtemplate:com.atex.plugins.newsstand.Configuration securityparent:p.siteengine.Configuration.d component:host:value:http\://vp-pro12.xorovo.it component:version:value:vpweb25 component:catalogs:value:ASAR,ASBS,ASVI component:wsname:value:ViewerplusWS component:platform:value:web component:type:value:production component:device_id:value:polopoly
-
There is a
Newsstand
element that you should add on the page.
-
Notifications
You must be signed in to change notification settings - Fork 0
themnd/newsstand
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Applix integration plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published