unix_installer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding malay to 2.1 updaters updateLocales.sql

  1. … 1 more file in changeset.
Updater changes for 2.1

    • -0
    • +65
    ./upgrader-package/conf/mysql-ds.xml
    • -1
    • +0
    ./upgrader-package/sql-scripts/alter_21_groupings_fckeditor.sql
    • -0
    • +27
    ./upgrader-package/sql-scripts/updateLocales.sql
    • -11
    • +12
    ./upgrader-package/update-lams.sh
Tool deploy packages for 2.1

    • -15
    • +0
    ./upgrader-package/tools/tools.properties
tool deployer library

Making a sample repository for 2.1 installer that contains the sequences included for the sample lesson

    • binary
    ./installer-package/repository/repository_sample_21.zip.tar.gz
Some small changes for 2.1 unix installer

    • -15
    • +0
    ./installer-package/build-package.sh
    • -24
    • +25
    ./installer-package/install-lams.sh
updating versions to 2.1

Added mysql port as an option to the lams.properties file

Added sql port to the list of things to filter in mysql-ds.xml

renaming lams.dump to dump.sql

Updated database dump to remove uneccessary rows in the config table, as well as to add sample lessons to the db

    • -0
    • +4928
    ./installer-package/database/dump.sql
    • -4159
    • +0
    ./installer-package/database/lams.dump
LI-159 updated mysql-ds.xml

Readme edit for JIRA task [LI-132]

Development for the 2.1 unix updater

    • -32
    • +0
    ./upgrader-package/ant-scripts/update-204_jbossweb-tomcat55.sar.xml
    • binary
    ./upgrader-package/bin/Alter21Integration$OrgDTO.class
    • binary
    ./upgrader-package/bin/Alter21Integration.class
  1. … 479 more files in changeset.
Changes to installer project and build script

    • binary
    ./installer-package/bin/checkmysql.class
    • -84
    • +0
    ./installer-package/bin/checkmysql.java
    • -0
    • +84
    ./installer-package/java/checkmysql.java
Added a build script to the unix updater to crate all the tool deploy packages for an upgrade

    • binary
    ./upgrader-package/.update-lams.sh.swn
    • binary
    ./upgrader-package/.update-lams.sh.swo
    • binary
    ./upgrader-package/.update-lams.sh.swp
    • -0
    • +10
    ./upgrader-package/createPackage.sh
    • -421
    • +420
    ./upgrader-package/update-lams.sh
Removing all the repository stuff for the sample lessons so that CVS does not get confused with versions.

Instead a single zip will be used for each release

    • binary
    ./installer-package/repository/02/1
    • binary
    ./installer-package/repository/03/1
    • binary
    ./installer-package/repository/05/1
    • binary
    ./installer-package/repository/07/1
    • -15
    • +0
    ./installer-package/repository/08/1
    • binary
    ./installer-package/repository/09/1
    • binary
    ./installer-package/repository/10/1
    • binary
    ./installer-package/repository/11/1
    • binary
    ./installer-package/repository/12/1
    • -15
    • +0
    ./installer-package/repository/13/1
    • binary
    ./installer-package/repository/15/1
    • binary
    ./installer-package/repository/16/1
    • -16
    • +0
    ./installer-package/repository/17/1
    • binary
    ./installer-package/repository/19/1
  1. … 8 more files in changeset.
development for unix 2.1 installer

    • -0
    • +10
    ./installer-package/createPackage.sh
    • -76
    • +108
    ./installer-package/database/lams.dump
    • binary
    ./installer-package/repository/02/1
    • binary
    ./installer-package/repository/03/1
    • -0
    • +1
    ./installer-package/repository/04/1
    • binary
    ./installer-package/repository/05/1
  1. … 20 more files in changeset.
unix installer code for 2.1 RC1

    • -0
    • +5
    ./installer-package/.cvsignore
    • binary
    ./installer-package/ant-scripts/.configure-deploy.xml.swp
    • -16
    • +6
    ./installer-package/conf/j2ee/application.xml
    • binary
    ./installer-package/conf/unix/jboss/.log4j.xml.swp
    • -10
    • +16
    ./installer-package/conf/unix/jboss/log4j.xml
    • -553
    • +601
    ./installer-package/database/lams.dump
    • -428
    • +446
    ./installer-package/install-lams.sh
Jira LI-129: Wrapper log file size changed from 10 bytes to 10 megabytes

    • -1
    • +1
    ./installer-package/wrapper/wrapper.conf
Jira LI-134: Changed targets to include correct DEFAULT_DIR variable settings

Jira LI-133 The user is now given the option to manually backup lams at the start of the upgrade procedure

    • -15
    • +18
    ./upgrader-package/update-lams.sh
Jira LI-135: Update no longer overwrites sysadmin password. Fixed for both unix and windows updaters.

  1. … 1 more file in changeset.
Currently the mechanism employed to update news.html isn't future proof, in that it would require us to manually change news.html (if unmodified) to the current version for successive upgrade, in order for news.html to remain current. Added are changes to be implemented in the 2.1 installer and 2.1.x upgrader to remedy this problem.

    • -424
    • +427
    ./installer-package/install-lams.sh
Jira: LI-130. Fixed update-lams.sh such that JAVE_HOME is now taken from the JDK_DIR variable in lams.properties and does not need to be explicitly set prior to updating

    • -69
    • +222
    ./upgrader-package/update-lams.sh
fixed install-lams.sh such that is now taken from the JDK_DIR variable in lams.properties and does not need to be explicitly set prior to installation

    • -21
    • +40
    ./installer-package/install-lams.sh
Removing installer generated files from the package

LI-131: update-lams.xml now compares the news.html with the 2.0.2 version of news.html and if they are the same, it replaces it with the 2.0.4 version, otherwise (if the user has modified it) it leaves the existing news.html intact

Some more 2.0.4 files for the unix installer and updater

    • -0
    • +84
    ./installer-package/bin/checkmysql.java
    • -0
    • +130
    ./upgrader-package/bin/UpdateLAMS202Chat.java
    • -62
    • +57
    ./upgrader-package/bin/checkmysql.java
    • -0
    • +152
    ./upgrader-package/bin/copyllid.java
For consistency, renaming build-package.xml in unix installer to build.xml

    • -81
    • +0
    ./installer-package/build-package.xml