installer-package

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding an extra script for removing config items like the gmap key, that way they dont have to be done every time you need to dump a new version of the database

The limitation of this is that you still have to delete the unused users and start the sample lessons

    • -0
    • +14
    ./sql-scripts/removeConfigs.sql
LI-167 Check if mysql test works for a non-default mysql port

the problem here was not with jdbc but instead with shell, the SQL_URL's '&' character was getting munged by shell, so escaping it here did the trick

  1. … 1 more file in changeset.
LI-168 Fixing up installer package to not include the compressed repository used for cvs

Fixing up the name of this file

    • binary
    ./repository/repository_sample_21.tar.gz
    • binary
    ./repository/repository_sample_21.zip.tar.gz
Committing sample sequences and scure directory with the installer so they can be retireved later if required. (2.1)

    • binary
    ./secure/secure-21/secure21.tar.gz
Final change for database for 2.1 unix installer, removing the lamssupportemail

Changes to unix installer for 2.1

Updating readmes for 2.1

  1. … 1 more file in changeset.
Updating readmes for 2.1

  1. … 2 more files in changeset.
Making a sample repository for 2.1 installer that contains the sequences included for the sample lesson

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

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
    ./database/dump.sql
LI-159 updated mysql-ds.xml

    • -6
    • +7
    ./conf/unix/jboss/service/mysql-ds.xml
Changes to installer project and build script

    • -0
    • +84
    ./java/checkmysql.java
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

  1. … 8 more files in changeset.
development for unix 2.1 installer

  1. … 20 more files in changeset.
unix installer code for 2.1 RC1

    • binary
    ./ant-scripts/.configure-deploy.xml.swp
    • binary
    ./conf/unix/jboss/.log4j.xml.swp
Jira LI-129: Wrapper log file size changed from 10 bytes to 10 megabytes

Jira LI-134: Changed targets to include correct DEFAULT_DIR variable settings

  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.

  1. … 1 more file in changeset.
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

Removing installer generated files from the package

Some more 2.0.4 files for the unix installer and updater

    • -0
    • +84
    ./bin/checkmysql.java
  1. … 4 more files in changeset.
For consistency, renaming build-package.xml in unix installer to build.xml

Build script for the 2.0.4 unix installer. Updated to preserve file permissions when generating the build directory.

LI-120 creating the build ant scipt for the unix installer package.