Difference between revisions of "Software Workshop 2018"
From SCECpedia
Jump to navigationJump to search (Created page with "SCEC held and open source software workshop in 2018. == Workshop Agenda == == Workshop Downloads == The most recent virtual box that includes CVM-H. This is the smallest an...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | SCEC held | + | SCEC held an Open Source software workshop in 2018 prior to the start of the 2018 SCEC annual meeting. There were were about 30 attendee's and about 6 staff people participating. |
== Workshop Agenda == | == Workshop Agenda == | ||
+ | *[https://www.scec.org/workshops/2018/software Workshop Agenda] | ||
== Workshop Downloads == | == Workshop Downloads == | ||
Line 7: | Line 8: | ||
The most recent virtual box that includes CVM-H. This is the smallest and most recent virtual box we have created. We used it at a UCVM workshop a couple of weeks ago. If you download this .ova file and import it into Virtual box, you should be able to run a version of CVM-H on your Mac. | The most recent virtual box that includes CVM-H. This is the smallest and most recent virtual box we have created. We used it at a UCVM workshop a couple of weeks ago. If you download this .ova file and import it into Virtual box, you should be able to run a version of CVM-H on your Mac. | ||
− | http://hypocenter.usc.edu/research/software_workshop_2018/SCEC_Workshop.ova | + | *[http://hypocenter.usc.edu/research/software_workshop_2018/SCEC_Workshop.ova Virtual Box Image] (14GB) |
There is a document from the workshop that describes a few demonstrations we ran using CVM-H. | There is a document from the workshop that describes a few demonstrations we ran using CVM-H. | ||
− | http://hypocenter.usc.edu/research/software_workshop_2018/TOC_Document.pdf | + | *[http://hypocenter.usc.edu/research/software_workshop_2018/TOC_Document.pdf Workshop Users Guide] |
There are presentation materials about UCVM and the demonstrations here: | There are presentation materials about UCVM and the demonstrations here: | ||
− | http://hypocenter.usc.edu/research/software_workshop_2018/UCVM_Motivation_Overview_v3.pptx | + | *[http://hypocenter.usc.edu/research/software_workshop_2018/UCVM_Motivation_Overview_v3.pptx UCVM Overview] (pptx) |
− | http://hypocenter.usc.edu/research/software_workshop_2018/UCVM_Demos_v2.pptx | + | *[http://hypocenter.usc.edu/research/software_workshop_2018/UCVM_Demos_v2.pptx UCVM Demo Explanations] (pptx) |
+ | |||
+ | == Virtual Box Shared Folder Support == | ||
+ | |||
+ | *Install the VirtualBox guest additions & reboot. Need root privilege – user: root / pw: scecroot | ||
+ | *Either su root to do these actions or add your non-root user to /etc/sudoers so you can use sudo | ||
+ | **Google result for possible help: https://linuxconfig.org/how-to-install-virtualbox-guest-additions-on-centos-7-linux | ||
+ | *Set up shared folder: https://help.ubuntu.com/community/VirtualBox/SharedFolders | ||
+ | *You may need to add your user to the vboxsf group to allow access to shared folder: sudo adduser <USERNAME> vboxsf | ||
Line 20: | Line 29: | ||
== Related Entries == | == Related Entries == | ||
*[[UCVM]] | *[[UCVM]] | ||
− | *[[ | + | *[[Broadband Platform]] |
+ | *[[OpenSHA]] |
Latest revision as of 22:41, 15 October 2018
SCEC held an Open Source software workshop in 2018 prior to the start of the 2018 SCEC annual meeting. There were were about 30 attendee's and about 6 staff people participating.
Contents
Workshop Agenda
Workshop Downloads
The most recent virtual box that includes CVM-H. This is the smallest and most recent virtual box we have created. We used it at a UCVM workshop a couple of weeks ago. If you download this .ova file and import it into Virtual box, you should be able to run a version of CVM-H on your Mac.
- Virtual Box Image (14GB)
There is a document from the workshop that describes a few demonstrations we ran using CVM-H.
There are presentation materials about UCVM and the demonstrations here:
- UCVM Overview (pptx)
- UCVM Demo Explanations (pptx)
- Install the VirtualBox guest additions & reboot. Need root privilege – user: root / pw: scecroot
- Either su root to do these actions or add your non-root user to /etc/sudoers so you can use sudo
- Google result for possible help: https://linuxconfig.org/how-to-install-virtualbox-guest-additions-on-centos-7-linux
- Set up shared folder: https://help.ubuntu.com/community/VirtualBox/SharedFolders
- You may need to add your user to the vboxsf group to allow access to shared folder: sudo adduser <USERNAME> vboxsf