--- doc/build/suse9.2_install.frag 2005/08/01 04:54:52 1.2 +++ doc/build/suse9.2_install.frag 2005/08/27 21:16:20 1.3 @@ -121,8 +121,10 @@ Select "Change Source of Installation" a
HTTP
Server Name
install.loncapa.org
-
Directory on server
-
suse/9.2
+
Directory on server (for 32 bit)
+
suse/i386/9.2
+
Directory on server (for 64 bit)
+
suse/x86_64/9.2
Authentication
Anonymous
@@ -141,10 +143,16 @@ This may take a moment due to LON-CAPA's

Retrieve and execute LON-CAPA setup program

-Retrieve the LON-CAPA setup with the following command: +Retrieve the LON-CAPA setup with one of the following commands:

+32 bit architecture
-wget http://install.loncapa.org/versions/suse/9.2/suse_install.tar
+wget http://install.loncapa.org/versions/suse/9.2/i386/suse_install.tar
+
+
+64 bit architecture +
+wget http://install.loncapa.org/versions/suse/9.2/x86_64/suse_install.tar
 

Extract the archive with the following command: @@ -220,6 +228,7 @@ 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) +mkdir ~USERNAME mkdir ~USERNAME/public_html chown USERNAME:www ~USERNAME/public_html chmod 0775 ~USERNAME/public_html