Changes for page Building WOLips

Last modified by Johann Werner on 2015/02/13 01:40

From version 73.1
edited by Quinton Dolan
on 2008/06/26 07:01
Change comment: There is no comment for this version
To version 74.1
edited by Quinton Dolan
on 2008/06/26 07:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -83,6 +83,15 @@
83 83  
84 84  {{/code}}
85 85  
86 +If you want to deploy the build to a web server to serve as an update site add a task that is something like this
87 +
88 +{{code title="Execute Shell"}}
89 +
90 +rm -fr /usr/local/www/apache22/data/wolips/*
91 +/bin/cp -prv ${WORKSPACE}/wolips/temp/dist/ /usr/local/www/apache22/data/wolips/
92 +
93 +{{/code}}
94 +
86 86  1. Copy eclipse with the necessary plugins installed to your build server. In this example it has been copied to /usr/local/eclipse
87 87  The currently required plugins for a deployment build are
88 88