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
- Host: GitHub
- URL: https://github.com/wirecloud/wstore-wirecloud-plugin
- Owner: Wirecloud
- Created: 2015-11-11T09:02:12.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-11-11T09:27:41.000Z (over 10 years ago)
- Last Synced: 2025-10-29T15:52:11.465Z (9 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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