--- doc/build/ubuntu10LTS_install.frag 2011/06/09 00:07:55 1.4 +++ doc/build/ubuntu10LTS_install.frag 2013/12/16 13:44:33 1.8 @@ -33,10 +33,10 @@ The installation process takes the follo
-Ubuntu 10.04 LTS (server install) isos can be obtained from the Ubuntu Server download page
+Ubuntu 10.04 LTS (server install) isos can be obtained from the Ubuntu Server download page
An .iso file (either 32 bit or 64 bit) can be burned to a CD.
- Finish installing your server, reboot it, and log in with the username you created during installation. -
+Use ufw to allow incoming traffic for the following services: +ssh, www, https +
sudo ufw default deny sudo ufw enable -sudo allow ssh -sudo allow www -sudo allow https +sudo ufw allow ssh +sudo ufw allow www +sudo ufw allow https-
+Configure to "Internet Site" to allow LON-CAPA to send e-mail to users. +
sudo apt-get install postfix -sudo dpkg-reconfigure postfix -+
+If you need to change the postfix configuration in the future use:
++sudo dpkg-reconfigure postfix +
@@ -123,7 +131,7 @@ Add LON-CAPA ubuntu repository to your /
sudo apt-get install python-software-properties -sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu lucid main +sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu lucid main'
sudo apt-get install loncapa-prerequisites
-This may take a moment due to LON-CAPA's large number of dependencies. +This may take some minutes due to LON-CAPA's large number of dependencies.
@@ -178,7 +186,7 @@ Once a choice has been entered for all n
cd /root/loncapa-X.Y.Z/loncom/build perl make_domain_coordinator.pl USERNAME DOMAIN -(WILL PROMPT FOR PASSWORD HERE)
If you've followed the steps above and the server doesn't start or you think