Index: unix_installer/upgrader-package/readme =================================================================== diff -u -r39a8f5888da9f2827b9fc61bbbc02194dc4704e2 -rdfde3b7525955235b664ca801fdece4fb418b532 --- unix_installer/upgrader-package/readme (.../readme) (revision 39a8f5888da9f2827b9fc61bbbc02194dc4704e2) +++ unix_installer/upgrader-package/readme (.../readme) (revision dfde3b7525955235b664ca801fdece4fb418b532) @@ -3,8 +3,8 @@ This is an upgrader package for LAMS 2.0.4 to LAMS 2.1. Please read this document carefully before upgrading and make sure that you have a valid -installation of LAMS 2.0.4 on your machine. Please also ensure that you have read -and understood the terms of the license agreement. +installation of LAMS 2.0.4 on your machine. Please also ensure that you have +read and understood the terms of the license agreement. CONTENTS ======== @@ -21,10 +21,10 @@ 1. Required Software ==================== -You will require some software to be installed and/or running for LAMS 2.0 to +You will require some software to be installed and/or running for LAMS 2.1 to install and run properly. These are listed below -LAMS 2.0 +LAMS 2.0.4 JDK 1.5 or 1.6 JBOSS-4.0.2 (Must be 4.0.2, newer and older versions have problems running LAMS) MySql 5.0.x (Running) @@ -69,16 +69,21 @@ you backup LAMS before the upgrade, the upgrade script gives you this option, or you are also free to do so yourself. +NOTE: If you are installing an production server, It is strongly recommended that +you remove the jmx-console web applications as they can be a security risk. To do +so, remove the jboss-4.0.2/server/default/management directory and the +jboss-4.0.2/server/default/jmx-console.war diectory. + 3. Languages and Locales ======================== -In LAMS 2.0 you can set the defualt language of your server to be one of many +In LAMS 2.1 you can set the defualt language of your server to be one of many languages, and more to come, see http://lamscommunity.org Look out for unix language packs to add to your list of language locales -The locale options for LAMS-2.0 available are listed below, simply put in +The locale options for LAMS 2.1 available are listed below, simply put in your lams.properties file (under Installation Options): LOCALE - (locale) @@ -125,17 +130,17 @@ 5. Startup and Shutdown ======================= -To start LAMS 2.0 go to (jboss directory)/bin and type: +To start LAMS 2.1 go to (jboss directory)/bin and type: >sudo ./run-lams.sh -After a couple of minutes LAMS 2.0 will have started. In your browser type the +After a couple of minutes LAMS 2.1 will have started. In your browser type the server URL that you specified in the lams.configuration file, and you should be at the lams homepage. -To shutdown LAMS 2.0 go to (jboss directory)/bin and type; +To shutdown LAMS 2.1 go to (jboss directory)/bin and type; > sudo ./shutdown.sh -S -LAMS 2.0 will take a few moments to shut down. To check if LAMS 2.0 has shut +LAMS 2.1 will take a few moments to shut down. To check if LAMS 2.1 has shut down correctly, type the following on Linux: > ps -ef | grep java @@ -146,9 +151,9 @@ that gives and error 'ps: illegal option --f" then try the -A version. -If you can see the LAMS 2.0 process still running, type: +If you can see the LAMS 2.1 process still running, type: > sudo kill (pid) -Where pid is the process id listed next to the LAMS 2.0 process +Where pid is the process id listed next to the LAMS 2.1 process Be careful to type the correct (pid). If you type the wrong number, you will stop another process on your server, and as you are using sudo you could stop @@ -170,7 +175,7 @@ 4) Dump the database by executing the following command. Fill in your own backup directory -/mysqldump -u -p > /lams.dump +/mysqldump -u -p > /dump.sql 7. Web Resources @@ -180,19 +185,19 @@ http://wiki.lamsfoundation.org/display/lamsdocs/Unix+Installer+Help -LAMS 2.0 developer-oriented information +LAMS 2.1 developer-oriented information http://wiki.lamsfoundation.org/display/lams -LAMS 2.0 help documents +LAMS 2.1 help documents http://wiki.lamsfoundation.org/display/lamsdocs Educational and technical forums for help and discussion http://www.lamscommunity.org -LAMS 2.0 bug tracker +LAMS 2.1 bug tracker https://bugs.lamsfoundation.org