Skip to content

mkrout/personal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marketplace-extension

eXo Market Place extension helps you to manage your own catalog of Apps or Add-ons, as a real Market Place, on top of eXo Platform.
Compatibility: From eXo Platform 4.1

  • Market place home: list all add-ons, allow search, filter and sort

Addon home page

  • Post new Add-on form:

Add new addon

  • Add-on detail:

Addon detail

Build

Simply build it with :

mvn clean install

Deploy to eXo

After build with this add-on:

  • Copy file marketplace-extension/webapp/target/marketplace-extension-webapp.war into Platform-Tomcat/webapps
  • Copy file marketplace-extension/lib/target/marketplace-extension-lib-1.0.x-SNAPSHOT.jar and marketplace-extension/config/target/marketplace-extension-config-1.0.x-SNAPSHOT.jar into Platform-Tomcat/lib
  • Start tomcat.
  • Note: three files above are also available in marketplace-extension/bundle/target/marketplace-extension-bundle-1.0.x-SNAPSHOT.zip

Configuration

This add-on allows set-up configuration to send notification emails to Administrator. These emails detail about add-on information just after submitted the addon. This addon allows set-up place and site to store the data of add-ons. If you don't want to change it, you should keep them by default. There are 2 ways to set-up this add-on:

  • Update "AddOnPortlet" Portlet preference in file file add-on-center-webapp.war/WEB-INF/portlet.xml before starting tomcat
  • After started tomat, go to Create New Addon page, edit this page, edit "AddOnPortlet" portlet preference:
    portletPreference
    The configuration fields are:
    adminEmail: the Administrator email address will recevice notifications email.
    fromEmail: sender email address.
    fromName: email sender name.
    emailsubject: email subject.
    folderPath: place to store Add-ons data (you should keep it by default).
    siteName: Portal site to store Addons data (you should keep it by default).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published