Create WeBWorK Virtual Machine (.OVA) File: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
# Install following the standard directions with the following options | # Install following the standard directions with the following options | ||
# Don't partition disks separately | |||
# User name: wwadmin | |||
# login: wwadmin | |||
# password: wwadmin | |||
# Computer name: wwserver | |||
# set password for | # set password for webworkWrite (wwadmin) | ||
# add practice users and jsmith/jsmith to myTestCourse | # add practice users and jsmith/jsmith to myTestCourse | ||
# add the standard sets to myTestCourse | |||
# implement all options A-E except C (run WW through SSL) | |||
# | |||
# | |||
'''Remove openssh-server''' | |||
sudo apt remove openssh-sftp-server | |||
Line 60: | Line 38: | ||
# set password for MySQL (wwadmin) | # set password for MySQL (wwadmin) | ||
# add practice users and jsmith/jsmith to myTestCourse | # add practice users and jsmith/jsmith to myTestCourse | ||
# add the standard sets to myTestCourse | # add the 4 standard sets to myTestCourse | ||
# implement all options A-E except C (run WW through SSL) | # implement all options A-E except C (run WW through SSL) | ||
Remove openssh-server (this has to be installed locally) | Remove openssh-server (this has to be installed locally) | ||
Revision as of 20:20, 9 May 2020
Instructions for creating a WeBWorK Virtual Machine (.OVA) Image
Note that the resulting .ova image can be used to create a virtual machine
Build the server on VirtualBox
- Select dynamic vmdk disk, e.g. 20 GB
- 8 GB memory
- 4 cpu's
- Download the ubuntu live CD (server version)
- Install following the standard directions with the following options
- Don't partition disks separately
- User name: wwadmin
- login: wwadmin
- password: wwadmin
- Computer name: wwserver
- set password for webworkWrite (wwadmin)
- add practice users and jsmith/jsmith to myTestCourse
- add the standard sets to myTestCourse
- implement all options A-E except C (run WW through SSL)
Remove openssh-server
sudo apt remove openssh-sftp-server
- set password for MySQL (wwadmin)
- add practice users and jsmith/jsmith to myTestCourse
- add the 4 standard sets to myTestCourse
- implement all options A-E except C (run WW through SSL)
Remove openssh-server (this has to be installed locally)