--- doc/install/linux/install.pl 2011/03/18 17:01:15 1.2 +++ doc/install/linux/install.pl 2011/03/18 17:53:34 1.3 @@ -72,7 +72,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.2 2011/03/18 17:01:15 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.3 2011/03/18 17:53:34 raeburn Exp $'."\n"; } # @@ -918,19 +918,19 @@ print " ".&mt('The following actions are available:')." -1. ".&mt('Create the www user/group.')." +&mt('1.')." ".&mt('Create the www user/group.')." ".&mt('This is the user/group ownership under which Apache child processes run.')." ".&mt('It also owns most directories within the /home/httpd directory.')." ".&mt('This directory is where most LON-CAPA files and directories are stored.')." -2. ".&mt('Install the package LON-CAPA uses to authenticate users.')." -3. ".&mt('Set-up the MySQL database.')." -4. ".&mt('Set-up MySQL permissions.')." -5. ".&mt('Configure Apache web server.')." -6. ".&mt('Configure start-up of services.')." -7. ".&mt('Check firewall settings.')." -8. ".&mt('Stop services not used by LON-CAPA,')." +&mt('2.')." ".&mt('Install the package LON-CAPA uses to authenticate users.')." +&mt('3.')." ".&mt('Set-up the MySQL database.')." +&mt('4.')." ".&mt('Set-up MySQL permissions.')." +&mt('5.')." ".&mt('Configure Apache web server.')." +&mt('6.')." ".&mt('Configure start-up of services.')." +&mt('7.')." ".&mt('Check firewall settings.')." +&mt('8.')." ".&mt('Stop services not used by LON-CAPA,')." ".&mt('i.e., services for a print server: [_1] daemon.',"'cups'")." -9. ".&mt('Download LON-CAPA source code in readiness for installation.')." +&mt('9.')." ".&mt('Download LON-CAPA source code in readiness for installation.')." ".&mt('Typically, you will run this script only once, when you first install LON-CAPA.')." @@ -1065,8 +1065,8 @@ if ($callsub{'download'}) { if ($production && $testing) { if ($production ne $testing) { print &mt('Two recent LON-CAPA releases are available: ')."\n". - &mt('1. A production release - version: [_1].',$production)."\n". - &mt('2. A testing release - version: [_1].',$testing)."\n\n". + &mt('1.').' '.&mt('A production release - version: [_1].',$production)."\n". + &mt('2.').' '.&mt('A testing release - version: [_1].',$testing)."\n\n". &mt('Download the production release? ~[Y/n~]'); if (&get_user_selection(1)) { $sourcetarball = $production.'tar.gz';