Index: unix_installer/upgrader-package/lams.properties =================================================================== diff -u -rae03aa8c8bc205026de9dcab8324b8975426c264 -r80349002d46efb898c06fc8835c074d6418be97e --- unix_installer/upgrader-package/lams.properties (.../lams.properties) (revision ae03aa8c8bc205026de9dcab8324b8975426c264) +++ unix_installer/upgrader-package/lams.properties (.../lams.properties) (revision 80349002d46efb898c06fc8835c074d6418be97e) @@ -72,13 +72,17 @@ JBOSS_DIR=/usr/local/jboss-4.0.2 # The directory that contains your JDK. (Must be 1.5 or higher) -JDK_DIR=/usr/bin/java/jdk1.6.0_01/ +JDK_DIR=/usr/lib/jvm/java-1.5.0-sun/ # The location of your mysql executable (Must be 5.0 or higher) SQL_DIR=/usr/bin/ +# The location of your MySql server, leave as localhost unless you are useing MySql on +# a separate server +SQL_HOST=localhost + # The URL that you jdbc driver will be running through -SQL_URL=jdbc:mysql://localhost/${DB_NAME}?characterEncoding=utf8 +SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8 ######################################################################################### @@ -116,6 +120,8 @@ # The version of this LAMS updater LAMS_VERSION=2.1 +LAMS_SERVER_VERSION=2.1.200804291000 +LAMS_LANGUAGE_VERSION=2008-04-29 #########################################################################################