Changes between Version 27 and Version 28 of AppVersionNew
- Timestamp:
- Sep 17, 2014, 10:22:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppVersionNew
v27 v28 7 7 to store applications files 8 8 * 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. 9 12 10 13 == Application directory hierarchy == 11 14 12 Application versions are storedin a directory hierarchy15 Store application version files in a directory hierarchy 13 16 under '''apps/''' in the project root directory. 14 17 The hierarchy has the following structure: … … 82 85 in the runtime directory. 83 86 * '''gzip''': send the file in compressed form to 7.0+ clients 84 (the file will be sent in uncompressed f rom to earlier clients).87 (the file will be sent in uncompressed form to earlier clients). 85 88 [FileCompression#gzipencoding Details here]. 86 89 * '''url''': URLs from which the file can be downloaded. … … 92 95 you don't need to include a '''<file>''' element for it. 93 96 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).97 If you use '''<gzip/>''' together with '''<url>''', 98 you must create a gzipped version of the file (physical_name.gz) 99 and place it alongside each copy of the file. 97 100 98 101 Other options: