|
|
|
||
|
|
Home > Install LON-CAPA > SuSE Linux 10.3 Install SuSE Linux 10.3 InstallInstalling LON-CAPA on a minimal SuSE Linux 10.3 SystemThis document guides you through the process of setting up a new LON-CAPA server running SuSE Linux 10.3 with a minimum of packages installed. The computer will be configured solely as a LON-CAPA server and will be expected to have no other services running. Your server is expected to have a reasonably fast connection to the internet. More information is available at http://install.lon-capa.org/. Before you beginInstalling Linux is getting easier and easier. You will be required to log in to the machine and execute some routine Unix commands. Familiarity with the Apache web server, mod_perl, perl, and MySQL are not required to install and run LON-CAPA. Installation OverviewThe installation process takes the following steps:
Obtain SuSE Linux 10.3A SuSE 10.3 iso for burning to DVD can be obtained from the opensuse download site: http://http://software.opensuse.org/, or from an opensuse mirror site - http://en.opensuse.org/Mirrors_Released_Version. You will also find links there to sites with iso files for burning a Start-CD-Image (a mini.iso) used in a network install, if burning a CD is more convenient for you. Determine Network SettingsYou will need to know the following network settings for your installation. Note:You must have a static IP address to use LON-CAPA. DHCP is not supported.
Minimal SuSE 10.3 Install
Installing SuSE 10.3 is quite easy if you've installed Linux products
before. Some documentation is available from
http://en.opensuse.org/INSTALL_Local for installations from DVD and
http://en.opensuse.org/INSTALL_Internet for installations via the network, booting from the mini.iso CD.
Once you system has rebooted, you will use yast to complete the configuration. Change the following settings:
After finishing the online update, the system should reboot, and proceed to have you create a user account, show you the Release Notes, and let you configure any extra hardware, and then finish up the boot process. At the prompt login as root. Change software sources for your systemIf you do not already have a SuSE 10.3 installation source at your location, you may want to consider creating one from the iso file for the DVD. Proceed as follows (e.g., for 32 bit): mkdir -p suse103/DVD mount -o ro,loop SUSE-Linux-10.3-GM-i386-DVD.iso /mnt cp -rv /mnt/* suse103/DVD umount /mntNext you will use yast to import packages required for LON-CAPA. Execute: yast Select "Installation Source" and change to point at OSS and non-OSS repositories: (http://download.opensuse.org/distribution/10.3/repo/oss and http://download.opensuse.org/distribution/10.3/repo/non-oss) or alternatively at iternet installation repositories close to your location (see http://en.opensuse.org/Mirrors_Released_Version), or a local institutional source you have built from the SuSE 10.3 DVD, or you may prefer to continue to point at the installation DVD. Add an additional installation sourceAdd the LON-CAPA SuSE 10.3 repository as an additional installation source. Once this is done, software installation in yast should then have access to a minimum of three repositories - a YUM source for SuSE updates (established when you run online update from yast), an installation source (for OSS packages included in the standard distribution) and the LON-CAPA repository (for extra packages needed to run LON-CAPA). For the LON-CAPA source you will use:
Installing LON-CAPAInstall prerequisitesExecute: yast -i LONCAPA-prerequisites This may take a moment due to LON-CAPA's large number of dependencies. Retrieve and execute LON-CAPA setup programRetrieve the LON-CAPA setup with the following command: wget http://install.loncapa.org/versions/suse/10.3/suse10.3_install.tar Extract the archive with the following command: tar xf suse10.3_install.tar This creates a directory named installation. Change to it and execute the setup script with the following commands: cd installation ./install.pl This script will prompt you for the MySQL root password and will download the latest LON-CAPA release. Determine LON-CAPA SettingsLON-CAPA requires a number of identifying parameters to be set in order for it to function at all. Below is a list with descriptions.
Configuring LON-CAPATo configure and install LON-CAPA, execute the following commands: cd /root/loncapa-N.N (N.N should correspond to a version number like '2.2.2') ./UPDATE You will need to enter the LON-CAPA configuration information you determined in the previous section. Creating a Domain CoordinatorYou will need at least one user at your site who has the role of 'domain coordinator'. This user creates accounts for other users and grants them additional privileges. The make_domain_coordinator.pl script invoked below requires that you enter the users password. The password will show in plaintext as you type it. Feel free to use the "passwd username" command to change it later. Replace USERNAME and DOMAIN with an appropriate user name and your domain. cd /root/loncapa-N.N/loncom/build perl make_domain_coordinator.pl USERNAME DOMAIN (WILL PROMPT FOR PASSWORD HERE) Start/Restart ServicesThe LON-CAPA network services take a moment to start. Most misconfigurations will be apparent at this step. /etc/init.d/loncontrol start /etc/init.d/apache2 start If you receive warnings about missing perl modules when starting apache2, please make sure you followed the instructions in Installing LON-CAPA Dependencies. If you still have errors, please contact the LON-CAPA support team. Log in to your LON-CAPA MachinePoint a web browser at your new machine and log in as the domain coordinator. Congratulations! If things aren't working right
If you've followed the steps above and the server doesn't start or you think
there's something wrong, please get in touch with the LON-CAPA support team.
You can submit a help request using our web form: |
||
|
|||
| Contact Us: lon-capa@lon-capa.org |
||
|
|
||