An open API service indexing awesome lists of open source software.

https://github.com/wirecloud/wstore-wirecloud-plugin

WireCloud plugin for WStore
https://github.com/wirecloud/wstore-wirecloud-plugin

Last synced: 24 days ago
JSON representation

WireCloud plugin for WStore

Awesome Lists containing this project

README

          

Wirecloud Plugin
================

This plugin is inteded to allow the automatic loading and validation of information contained in the wgt file of a Wirecloud component.

This plugin requires WStore 0.5+.

## Extra Requirements

The installation of the current plugin in WStore requires the following extra python packges not required by WStore:
* regex


pip install regex

## Management

The Wirecloud plugin can be managed in WStore with the following commands:

* Installation


python manage.py loadplugin wirecloud_plugin.zip

When the plugin is installed WStore will generate an id for the plugin that will be used for management purposes.

* List available plugins


python manage.py listplugins

This command will return the list of available plugins including the id that have been generated for them

* Uninstallation


python manage.py removeplugin wirecloud-component

This command receives the id of the plugin generated by WStore, typicaly this value will be wirecloud-component