[FOLIO-657] Rework curriculum to use 'demo' VirtualBox Created: 09/Jun/17 Updated: 07/Dec/21 Resolved: 07/Dec/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Peter Murray | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | devdoc | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 6 hours, 5 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
The current curriculum has participants building up a FOLIO system using a VirtualBox machine with just the compilation prerequisities. Since the point of the curriculum is not how to compile software but rather how the parts of FOLIO work together, starting with the 'demo' version of the VM will have all of the software compiled to a known state. This removes the delay for mvn registry updates when first compiling the software. |
| Comments |
| Comment by Peter Murray [ 09/Jun/17 ] |
|
Jakub and I came up with this idea during the ELAG bootcamp. It should make the process of going through the tutorial easier. One side effect is that we would remove the 'on-machine' instructions and just provide instructions for VirtualBox. Is requiring the installation of VirtualBox and Vagrant too much of a burden for tutorial users? (Previously they could have run the entire tutorial on their development machine – if they had the Java/Mvn/Yarn prerequisites already.) |
| Comment by David Crossley [ 23/Oct/17 ] |
|
Done one step towards this. Added Lesson 06 "Interact with the FOLIO Stable VM" to set up the "folio/stable" Vagrant box and show how to run basic queries. Part of pull/30. |