Changes between Version 27 and Version 28 of AppVersionNew


Ignore:
Timestamp:
Sep 17, 2014, 10:22:56 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppVersionNew

    v27 v28  
    77   to store applications files
    88 * From the project's root directory, run '''./bin/update_versions'''.
     9   This copies files to the download directory hierarchy,
     10   and creates database records for new app versions.
     11 * Restart your project.
    912
    1013== Application directory hierarchy ==
    1114
    12 Application versions are stored in a directory hierarchy
     15Store application version files in a directory hierarchy
    1316under '''apps/''' in the project root directory.
    1417The hierarchy has the following structure:
     
    8285  in the runtime directory.
    8386 * '''gzip''': send the file in compressed form to 7.0+ clients
    84   (the file will be sent in uncompressed from to earlier clients).
     87  (the file will be sent in uncompressed form to earlier clients).
    8588  [FileCompression#gzipencoding Details here].
    8689 * '''url''': URLs from which the file can be downloaded.
     
    9295you don't need to include a '''<file>''' element for it.
    9396
    94 Files are copied to your project's download directory
    95 unless a '''<url>''' attribute is specified
    96 (in which case you must copy it yourself, if needed).
     97If you use '''<gzip/>''' together with '''<url>''',
     98you must create a gzipped version of the file (physical_name.gz)
     99and place it alongside each copy of the file.
    97100
    98101Other options: