Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient teamwork and project collaboration
      • Social NetworkEngage users & recognize contributions
      • Knowledge hubCentralize, organize and share company knowledge
      • Application PortalUnified access to business applications and information
    • Switch to eXo
      • Microsoft 365 AlternativeAn open-source digital workplace alternative to M365
      • Migrate to eXo PlatformA guided, secure migration path from your existing tools to eXo
  • Product
    • Overview
      • Platform overviewExplore core capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsConnectors & extension capabilities
      • Controlled AIGoverned, extensible AI
    • Technology
      • ArchitectureArchitecture & technology
      • SecuritySecurity measures
      • Open sourceComponents & licensing
  • Offers
    • EnterprisePrivate cloud or on-premise deployments
    • eXo HubsReady-to-use SaaS edition for teams
    • Compare EditionsCompare editions and choose the right fit
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • FAQsAbout the software, the community and our offers
      • Platform & Use Cases
      • AI & Responsible AI
      • Deployment, Security & Compliance
      • Open-source, Pricing & Services
    • From The Blog
      • eXo Platform 7.1 is released
      • Digital sovereignty: when public organizations move from words to action
      • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
  • Community
    • CommunityJoin our online community platform
    • DownloadLaunch eXo platform in your infrastructure
    • Source codeSource code on github
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Enterprise Offers
    • Blog
    • About us
    • Resource center
    • Careers
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient teamwork and project collaboration
  • Social Network Engage users & recognize contributions
  • Knowledge hub Centralize, organize and share company knowledge
  • Application Portal Unified access to business applications and information
Switch to eXo
  • Microsoft 365 Alternative An open-source digital workplace alternative to M365
  • Migrate to eXo Platform A guided, secure migration path from your existing tools to eXo
Overview
  • Platform overview Explore core capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Connectors & extension capabilities
  • Controlled AI Governed, extensible AI
Technology
  • Architecture Architecture & technology
  • Security Security measures
  • Open source Components & licensing
Enterprise Private cloud or on-premise deployments
eXo Hubs Ready-to-use SaaS edition for teams
Compare Editions Compare editions and choose the right fit
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
FAQs About the software, the community and our offers
  • Platform & Use Cases
  • AI & Responsible AI
  • Deployment, Security & Compliance
  • Open-source, Pricing & Services
From The Blog
  • eXo Platform 7.1 is released
  • Digital sovereignty: when public organizations move from words to action
  • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
Community Join our online community platform
Download Launch eXo platform in your infrastructure
Source code Source code on github
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Enterprise Offers
Blog
About us
Resource center
Careers
Contact us
Try eXo
  1. Accueil
  2. Uncategorized
  3. Manage your eXo Platform add-ons with the Add-ons Manager, now in version 1.0.0-RC2!

Manage your eXo Platform add-ons with the Add-ons Manager, now in version 1.0.0-RC2!

A few months ago we created a prototype of a new command line tool to manage add-ons in your eXo platform instance.

Based upon this experiment we created some specifications that we began to implement a few weeks ago.

Today, I am pleased to announce that this project is landing with the release of a second Release Candidate (RC2).

This RC2 implements 99.99% of the specifications and various bug fixes reported by our QA team.

Now it’s time for you to give it a try. As we explained in our previous post, this tool will be useful for all platform 4+ developers and administrators.

Simply download the archive and extract its contents into the root directory of your platform instance and you’re ready to go!

(Note that it includes an auto-update feature, which will allow you to upgrade transparently to the latest version)

The tool offers various commands. Let’s take a tour of them.

List of available add-ons

The list command allows you to list add-ons from the catalog.

addon list [--unstable] [--snapshots] [--installed] [--outdated] [--catalog=URL] [--no-cache] [--offline] [--verbose]

Few comments about these parameters :

  • --unstable allows you to list unstable versions of add-ons (alpha, beta, RC, etc.).
  • --snapshots allows you to list development versions of add-ons.
  • --installed allows you to list add-ons that you’ve already deployed in your platform instance.
  • --outdated allows you to list add-ons that you’ve already deployed in your platform instance that have a newer version available.

(You can find more details about parameters in the specifications)

Let’s list all stable add-ons with:

addon list

list-addons

Describe an add-on

The describe command allows you to display information about a specific catalog entry.

addon describe addonId[:addonVersion] [--catalog=URL] [--no-cache] [--offline]

(You can find more details about parameters in the specifications)

Let’s describe our PagesJaunes add-on.

addon describe exo-pagesjaunes

Screenshot 2014-07-12 00.33.35

Install an add-on

The install command controls the installation of add-ons

addon install addonId:addonVersion [--force] [--no-compat] [--conflict=skip|overwrite] [--catalog=URL] [--no-cache] [--offline] [--verbose]

or

addon install addonId [--unstable] [--snapshots] [--force] [--no-compat] [--conflict=skip|overwrite] [--catalog=URL] [--no-cache] [--offline] [--verbose]

A few comments about these parameters:

  • --unstable allows you to install the newest version of the add-on (unstable included) if no version is specified.
  • --snapshots allows you to install the newest version of the add-on (development version included) if no version is specified.
  • --force allows you to reinstall an add-on already installed.
  • --no-compat allows you to bypass compatibility controls with your platform version, distribution, or application server type.
  • --conflict=skip|overwrite allows you to skip or overwrite existing files in your platform instance that are also provided by the add-on.

(You can find all the details about parameters with --help or by looking at the specifications)

Let’s install our PagesJaunes add-on:

addon install exo-pagesjaunes

install-addon

Uninstall an add-on

The uninstall command is used to uninstall installed add-ons.

addon uninstall addonId [--verbose]

Let’s uninstall our PagesJaunes add-on:

addon uninstall exo-pagesjaunes

uninstall-addon

There are a few improvements to make in a third release candidate, but nothing that may prevent you from using the current second release candidate.

Please do not hesitate to give it a try and provide us with your feedback (good or bad).

You may also directly report any issues or ideas for improvement through our tracker.

Join the eXo tribe by registering for the community and get updates, tutorials, support, and access to the Platform and add-on downloads!


make-the-most-out-of-eXo-platform4

Make the most out of eXo Platform 4

Register to the next webinar and get a complete overview of what you can do with eXo Platform 4. Reserve your seat now!

Brahim Jaouane

I am a Digital Marketing specialist specialized in SEO at eXo Platform. Passionate about new technologies and Digital Marketing. With 10 years' experience, I support companies in their digital communication strategies and implement the tools necessary for their success. My approach combines the use of different traffic acquisition levers and an optimization of the user experience to convert visitors into customers. After various digital experiences in communication agencies as well as in B2B company, I have a wide range of skills and I am able to manage the digital marketing strategy of small and medium-sized companies.

Full-featured digital workplace with everything your employees need to work efficiently, smartly integrated for a compelling employee experience

  • Product
    • Software tour
    • Internationalisation
    • Mobile
    • No Code
    • Architecture
    • Integrations
    • Security
    • Open Source
  • Uses cases
    • Employee Portal
    • Knowledge management
    • Entreprise Social Network
    • Employee Engagement
    • Community Management
    • Extranet
  • Guides
    • What is a digital workplace?
    • Intranet guide
    • What is an extranet?
    • Employee engagement
    • Collaboration guide
    • Teamwork guide
    • Internal Communication guide
  • Enterprise
    • Product offer
    • Services Offer
    • Customers
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Intranet Portal
    • What Is a Collaboration Software?
    • Talent Management
    • Employee Connection
    • Employee Intranet
    • Improve internal communication
    • eXo Tribe
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz