Last modified by Pascal Robert on 2012/07/21 20:39

From version 30.1
edited by Kieran Kelleher
on 2007/12/10 22:09
Change comment: There is no comment for this version
To version 37.1
edited by Kieran Kelleher
on 2007/12/10 22:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -59,12 +59,10 @@
59 59  * Custom application/bundle names - new version has new URLs for webserver resources that are often cached by browser so the new version will be requested since the URL is different.
60 60  * Self-contained deployment bundles - all required frameworks are embedded - minimal dependency on target server configuration and versions. For example, there is no need to install Wonder frameworks on your deployment server since the ones you developed and tested with are embedded in the deployment bundles. Experience has shown that this improves consistency of deployment reliability.
61 61  * Compressed gzipped tar archives of both application and webserver bundles are created, ready for copying to target server(s)
62 -** This is easily decompressed on the server using
63 -** $ sudo tar --xvzf bundle.tar.gz--
64 64  
65 65  == Anatomy of Embedded Split Install Bundles produced by this Ant Script ==
66 66  
67 -The notable aspects of the embedded build structure are shown below.
65 +The notable aspects of the embedded build structure is outlined below.
68 68  
69 69  === Application Bundle ===
70 70  
... ... @@ -82,7 +82,7 @@
82 82  === WebServer Bundle ===
83 83  
84 84  {{info title="Embedded WebServer Bundle Layout"}}
85 - !webserver_bundle_layout.jpg!
83 + !webserver_bundle_layout.jpg|width=32,height=32!
86 86  
87 87  {{/info}}
88 88