Last modified by Bastian Triller on 2013/10/05 10:40

From version 96.1
edited by Chuck Hill
on 2011/06/15 17:15
Change comment: There is no comment for this version
To version 107.1
edited by David Avendasora
on 2011/07/07 13:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chillatgvc
1 +XWiki.avendasora
Content
... ... @@ -20,21 +20,20 @@
20 20  
21 21  1. h5. Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like.
22 22  
23 -{{note title="Read Only"}}
24 -Note the URL shown here is the public read-only URL. Committers should use the URL below.
25 -If "git://" does not work for you then use "http://"
26 -{{/note}}
23 +{{code value="none"}}
24 +git clone git://github.com/projectwonder/wonder.git WonderSource
25 +{{/code}}
27 27  
27 +If "git:~/~/" does not work for you then use "http:~/~/"
28 +
28 28  {{note title="Wonder Committers"}}
29 -Clone the repository using git@github.com:projectwonder/wonder.git
30 -Do *not* change "git@" to be your username.
31 31  
31 +The URL above is the public, read-only URL.
32 +People with commit privileges for Project Wonder should use: *{{git@github.com:projectwonder/wonder.git}}*
33 +{warning}Do *not* change "git@..." to be your username.{warning}
34 +
32 32  {{/note}}
33 33  
34 -{{code value="none"}}
35 -git clone git://github.com/projectwonder/wonder.git WonderSource
36 -{{/code}}
37 -
38 38  You should see output something like this:
39 39  
40 40  {{noformat}}
... ... @@ -82,7 +82,7 @@
82 82  {{/note}}
83 83  
84 84  * h5. Build and Install Project Wonder Binary Frameworks
85 -For building and installing the Wonder Frameworks, please see the standard [[Building and Installing WO Frameworks with Ant>>WO:Building and Installing a WO Framework with Ant]] pages.
84 +For building and installing the Wonder Frameworks, please see the standard [[Building and Installing WO Frameworks with Ant>>WO:Building and Installing a Framework with Ant]] pages.
86 86  
87 87  {{note title="Using Both Binary and Source Code Frameworks on Your Development Machine"}}
88 88  
... ... @@ -91,4 +91,4 @@
91 91  {{/note}}
92 92  
93 93  * h5. Build Project Wonder frameworks with Hudson/Jenkins
94 -The ideal way to build WebObjects frameworks and applications is to use a "Continuous Integration Server" or "Build Server" like Hudson or Jenkins. This allows you to automate the often complex process of building WebObjects projects that have several dependencies on frameworks. Instructions on how to setup a Hudson/Jenkins server is are available on the [[WO:Installing and Using Jenkins and Hudson Build Servers]] page.
93 +The ideal way to build WebObjects frameworks and applications is to use a "Continuous Integration Server" or "Build Server" like Hudson or Jenkins. This allows you to automate the often complex process of building WebObjects projects that have several dependencies on frameworks. Instructions on how to setup a Hudson/Jenkins server is are available on the [[WO:Installing Jenkins]] page.