Difference between revisions of "Create WeBWorK Virtual Machine (.OVA) File"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
# add practice users and jsmith/jsmith to myTestCourse
 
# add practice users and jsmith/jsmith to myTestCourse
 
# add the standard sets to myTestCourse
 
# add the standard sets to myTestCourse
  +
# implement all options A-E except C (run WW through SSL)
   
   
Line 27: Line 28:
   
   
Remove openssh-server
+
Remove openssh-server (this has to be installed locally)
  +
   
Unser settings
 
   
   

Revision as of 13:03, 8 May 2020

Instructions for creating WeBWorK-LiveDVD

Note that the resulting .ova image can be used to create a virtual machine

Build the server on VirtualBox

  1. Download the ubuntu live CD (server version)
  2. Install following the standard directions with the following options
    1. User name: wwadmin
    2. login: wwadmin
    3. password: wwadmin
    4. Computer name: wwserver


Follow install directions

  1. set password for MySQL (wwadmin)
  2. add practice users and jsmith/jsmith to myTestCourse
  3. add the standard sets to myTestCourse
  4. implement all options A-E except C (run WW through SSL)


CLEAN UP SYSTEM

  1. sudo find / -name *~ -print


Remove openssh-server (this has to be installed locally)