Difference between revisions of "Installing WeBWorK from a Live DVD"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
This "vanilla" version of the server should work find for smaller installations (say a 1000 users or less). There will be a "production" version that adds things like lighttpd,
 
This "vanilla" version of the server should work find for smaller installations (say a 1000 users or less). There will be a "production" version that adds things like lighttpd,
 
log rotations, etc that are useful for larger installations and/or slower servers. Note that you can always start with the vanilla version and make additions or changes after setting up your server.
 
log rotations, etc that are useful for larger installations and/or slower servers. Note that you can always start with the vanilla version and make additions or changes after setting up your server.
  +
  +
Consult [[Category:Administrators]] for other WeBWorK documentation for system administrators.
  +
  +
-- Main.ArnoldPizer - 17 July 2013 <br />
  +
  +
[[Category:Installation Manuals]]

Revision as of 14:13, 17 July 2013

See also: Installing WeBWorK from a Virtual Machine Image and Installing WeBWorK on Live USB

Overview

After installing from a WeBWorK Live DVD which only requires a few steps, you will have a full fledged Ubuntu system with WeBWorK, Apache2, MySQL, etc. installed and configured. If your network uses DHCP, networking will be automatically configured for your system. If it uses static IP addresses, you will have to configure networking. Also it is imperative that you CHANGE THE DEFAULT PASSWORDS for the OS users root and wwadmin (which has sudo privileges), for the MySQL users root and webworkWrite, and for the WeBWorK user admin which has professor privileges. See the specific instructions below.

WeBWorK Live DVD's

Current Installation DVD's

Installing_from_WW2.7_Ubuntu12.04_Vanilla_LiveDVD These instructions cover the installation of the Ubuntu Linux 12.04.2LTS 64 bit operating system and WeBWorK 2.7 using the WeBWorK Live DVD.

This "vanilla" version of the server should work find for smaller installations (say a 1000 users or less). There will be a "production" version that adds things like lighttpd,log rotations, etc that are useful for larger installations and/or slower servers. Note that you can always start with the vanilla version and make additions or changes after setting up your server.

Older Outdated Installation DVD's

  • Installing from WW2.4.9_Ubuntu10.04.2LTS_Vanilla_LiveDVD These instructions cover the installation of the Ubuntu Linux 10.04.2LTS operating system and WeBWorK 2.4.9 using the WeBWorK Live DVD. There are two installation DVD's, one for 64 bit systems and one for older 32 bit systems. They are essentially identical.

This "vanilla" version of the server should work find for smaller installations (say a 1000 users or less). There will be a "production" version that adds things like lighttpd, log rotations, etc that are useful for larger installations and/or slower servers. Note that you can always start with the vanilla version and make additions or changes after setting up your server.

This "vanilla" version of the server should work find for smaller installations (say a 1000 users or less). There will be a "production" version that adds things like lighttpd, log rotations, etc that are useful for larger installations and/or slower servers. Note that you can always start with the vanilla version and make additions or changes after setting up your server.

Consult for other WeBWorK documentation for system administrators.

-- Main.ArnoldPizer - 17 July 2013