[LON-CAPA-cvs] cvs: doc /build suse9.2_install.frag

raeburn lon-capa-cvs@mail.lon-capa.org
Sat, 27 Aug 2005 21:16:21 -0000


raeburn		Sat Aug 27 17:16:21 2005 EDT

  Modified files:              
    /doc/build	suse9.2_install.frag 
  Log:
  Changes to separate 32 bit from 64 bit.
  
  
Index: doc/build/suse9.2_install.frag
diff -u doc/build/suse9.2_install.frag:1.2 doc/build/suse9.2_install.frag:1.3
--- doc/build/suse9.2_install.frag:1.2	Mon Aug  1 00:54:52 2005
+++ doc/build/suse9.2_install.frag	Sat Aug 27 17:16:20 2005
@@ -121,8 +121,10 @@
 <dt>HTTP</dt>
 <dd>Server Name</dd>
 <dt>install.loncapa.org</dt>
-<dd>Directory on server</dd>
-<dt>suse/9.2</dt>
+<dd>Directory on server (for 32 bit)</dd>
+<dt>suse/i386/9.2</dt>
+<dd>Directory on server (for 64 bit)</dd>
+<dt>suse/x86_64/9.2</dt>
 <dd>Authentication</dd>
 <dt>Anonymous</dt>
 </dl>
@@ -141,10 +143,16 @@
 </p>
 <h3>Retrieve and execute LON-CAPA setup program</h3>
 <p>
-Retrieve the LON-CAPA setup with the following command:
+Retrieve the LON-CAPA setup with one of the following commands:
 </p>
+<i>32 bit architecture</i>
 <pre>
-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
+</pre>
+<br />
+<i>64 bit architecture</i>
+<pre>
+wget http://install.loncapa.org/versions/suse/9.2/x86_64/suse_install.tar
 </pre>
 <p>
 Extract the archive with the following command:
@@ -220,6 +228,7 @@
 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