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

From WeBWorK_wiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''See also:'' [[Installing WeBWorK on Live USB]]
 
  +
  +
  +
''See also:'' [[Installing WeBWorK from a Virtual Machine Image]]
  +
  +
===New WeBWorK Live DVD's are not being Created===
  +
Most of the reliable software (e.g. Remastersys and Systemback) used to create Live DVD's is no longer being supported. Some of the current software (e.g. PinguyBuilder) we have tried has in our hands created unreliable DVD's which have not worked on all our test machines. For a current WeBWorK system we suggest you look at [[Installing WeBWorK from a Virtual Machine Image]] and/or [[WeBWorK Amazon Machine Images (AMI's)]]).
   
 
===Overview===
 
===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 <code>root</code> and <code>wwadmin</code> (which has sudo privileges), for the MySQL users <code>root</code> and <code>webworkWrite</code>, and for the WeBWorK user <code>admin</code> which has professor privileges. See the specific instructions below.
 
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 <code>root</code> and <code>wwadmin</code> (which has sudo privileges), for the MySQL users <code>root</code> and <code>webworkWrite</code>, and for the WeBWorK user <code>admin</code> which has professor privileges. See the specific instructions below.
   
===WeBWorK Live DVD's===
 
  +
= Current Installation DVD's =
   
== Current Installation DVD's ==
 
  +
[[Installing_from_WW2.13_Ubuntu16.04_Vanilla_LiveDVD]] These instructions cover the installation of the Ubuntu Linux 16.04 LTS 64 bit operating system and WeBWorK 2.13 using the WeBWorK Live DVD.
   
* [[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,
 
  +
= Older Outdated Installation DVD's =
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.
 
  +
'''These are no longer available.'''
   
  +
* [[Installing_from_WW2.12_Ubuntu16.04_Vanilla_LiveDVD]] These instructions cover the installation of the Ubuntu Linux 16.04 LTS 64 bit operating system and WeBWorK 2.12 using the WeBWorK Live DVD.
   
== Older Installation DVD's ==
 
  +
* [[Installing_from_WW2.10_Ubuntu14.04_Vanilla_LiveDVD]] These instructions cover the installation of the Ubuntu Linux 14.04 LTS 64 bit operating system and WeBWorK 2.10 using the WeBWorK Live DVD.
  +
  +
* [[Installing_from_WW2.9_Ubuntu14.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.
  +
  +
* [[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.
  +
  +
* [[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.
   
 
*[[Installing from WW2.4 Ubuntu10.04 64bit Vanilla LiveDVD]] These instructions cover the installation of the Ubuntu Linux 10.04 operating system and WeBWorK 2.4 using a WeBWorK Live DVD. This Live DVD is for 64 bit computers based on the AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2, Core i7, etc). If you have an older system use [[Installing from WW2.4_Ubuntu9.10_Vanilla_LiveDVD]].
 
*[[Installing from WW2.4 Ubuntu10.04 64bit Vanilla LiveDVD]] These instructions cover the installation of the Ubuntu Linux 10.04 operating system and WeBWorK 2.4 using a WeBWorK Live DVD. This Live DVD is for 64 bit computers based on the AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2, Core i7, etc). If you have an older system use [[Installing from WW2.4_Ubuntu9.10_Vanilla_LiveDVD]].
Line 25: Line 37:
 
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 - 27 August 2017 <br />
  +
  +
[[Category:Installation Manuals]]

Latest revision as of 08:41, 7 July 2020


See also: Installing WeBWorK from a Virtual Machine Image

New WeBWorK Live DVD's are not being Created

Most of the reliable software (e.g. Remastersys and Systemback) used to create Live DVD's is no longer being supported. Some of the current software (e.g. PinguyBuilder) we have tried has in our hands created unreliable DVD's which have not worked on all our test machines. For a current WeBWorK system we suggest you look at Installing WeBWorK from a Virtual Machine Image and/or WeBWorK Amazon Machine Images (AMI's)).

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.

Current Installation DVD's

Installing_from_WW2.13_Ubuntu16.04_Vanilla_LiveDVD These instructions cover the installation of the Ubuntu Linux 16.04 LTS 64 bit operating system and WeBWorK 2.13 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

These are no longer available.

  • 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 - 27 August 2017