Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
With this app, starter data for a BeLL installer can be built. For a step by step user guide, read on.
------------------------------------------------------------------------------------------------------

Prerequisites:
a) Port 3000 needs to be open on the Windows firewall (or disabled)


How to use Installer/Starter Data Builder App
---------------------------------------------
a) Open/run the file "launch-app.bat". It will start the app server and open the following page in firefox browser:
1) Open/run the file "launch-app.bat". It will start the app server and open the following page in firefox browser:
http://localhost:3000/prepare-starter-data
b) Choose/specify a BeLL server by selecting one of the options from the "Options" dropdown or by typing in the
2) Choose/specify a BeLL server by selecting one of the options from the "Options" dropdown or by typing in the
address of the server yourself. Then click the button named "View".
c) After a short wait, symbolised by a spinner below the options dropdown, the page will be populated with courses,
3) After a short wait, symbolised by a spinner below the options dropdown, the page will be populated with courses,
resources, and collections data from the identified BeLL server.
d) You can select those courses and resources that you wish to include (as starter data) in the BeLL installer by
4) You can select those courses and resources that you wish to include (as starter data) in the BeLL installer by
checking their respective checkboxes. Click on a collection name from the "All Collections" panel to see its
component resources displayed in the panel titled "Contents Of Chosen Collection" or "Contents Of Collection: xyz".
Select resources from any and as many collections as you wish to. Finally, when you are done selecting your data
set, click the button at the bottom, labeled "Prepare Starter Data", of the page.
5. The service will prepare data and place it inside the Bell-Installer directory in Data-Builder. Installer is now ready to install App with chosen data!
5) The service will prepare data and place it inside the Bell-Installer directory in Data-Builder. Installer is now ready to install App with chosen data!

Notes for QA
------------
Expand Down