Details
-
Type:
extRequest
-
Status: Closed
-
Priority:
Major
-
Resolution: New functionality
-
Fix Version/s: Sprint 4.2.3, 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Apps
-
HD-Enabler:Wirecloud
Description
Suggestion1:
For both local and cloud installation of wirecloud, it would be useful
to be able to upload a list of selected widgets
(a) this can be done either as bulk select of more than one widget files OR
(b) given a text file of the file location of widget, with a single
click, that wirecloud read the text file and local upload these widget files
This is important when the number of freely available widgets is
approaching 30 t0 50s, it makes better sense to be able to automatically
upload many widget files
Suggestion 2:
For behind firewall 2 to 3 hours of wirecloud teaching workshop to e.g.
10 people, it will be good to enable wirecloud to manage multiple users.
Perhaps given the directory where to create e.g. wirecloud_instance, the
wirecloud program create e.g. for 10 users, the following 10 directories
wirecloud_instance1, wirecloud_instance2 etc. each instance is
associated with a pre-defined sqlite file e.g. sqlite1.db, sqllite2.db
and user1, password1 etc.
So that after successful installation of an instance of wirecloud, it is
possible to create additional wirecloud instance running on different
ports from the same computer using a fixed IP
This allow 10 participants with access to the router of the same
classroom to access the wircloud server of that fixed IP to learn and
practice wirecloud standalone.
==> without IdM
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
[Created via e-mail received from: "Kah Tong, SEOW" <kts@wei-medicine.com>]
Dear Kah,
I have created a new internal ticket for implementing "suggestion 1" and we
are working on it, will be ready soon.
About "Suggestion 2", can you detail a bit more what do you expect from
Wirecloud for solving it?. It seems easy to solve without requiring new
features from Wirecloud, for example, you can create all these instances
using a bash script:
for i in `seq 1 9`;
do
wirecloud-admin startproject wirecloud_instance$i --quick-start
cd wirecloud_instance$i
python manage.py runserver 0.0.0.0:800$i &
cd ..
done
Keep in mind this is only an example, but can be used as starting point.
Best regards,
Álvaro
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help