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

From version 116.1
edited by David Avendasora
on 2011/04/25 10:30
Change comment: There is no comment for this version
To version 113.1
edited by David Avendasora
on 2011/04/25 10:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,17 +12,14 @@
12 12  == Source Frameworks Initial Installation ==
13 13  
14 14  {{tip title="Now with more Git"}}
15 -As of March 25th, 2011 the Wonder source code is now maintained on [GitHub|https://github.com/] at [https://github.com/projectwonder]. So you'll need to be familiar with the [Git|http://git-scm.com/] Source Code Management system. You will use it to checkout a local copy of the repository (a "clone" in Git terms) allowing you to have direct access to the Wonder source.
15 +As of March 25th, 2011 the Wonder source code is now maintained on [GitHub|https://github.com/] at [https://github.com/projectwonder]. So you'll need to be familiar with the [Git|http://git-scm.com/] Source Code Management system. You will use it to get a local copy of the repository (a "clone" in Git terms) allowing us to have direct access to the Wonder source.
16 16  {{/tip}}
17 17  
18 18  Open a terminal and navigate to a directory where you want to maintain a source "working copy" and just use the following easy-peasy commands to clone Wonder source to your own hard-drive.
19 19  
20 20  1. Clone the source repository from github into a new directory named "WonderSource".
21 +1. Note the URL shown here is the public read-only URL. Committers should use the SSH form of the URL for read-write
21 21  
22 -{{note title="Read Only"}}
23 -Note the URL shown here is the public read-only URL. Committers should use the SSH form of the URL for read-write
24 -{{/note}}
25 -
26 26  {{code}}
27 27  git clone git://github.com/projectwonder/wonder.git WonderSource
28 28  {{/code}}
... ... @@ -50,6 +50,8 @@
50 50  sudo ant frameworks.install
51 51  {{/code}}
52 52  
50
51 +
53 53  == Source Frameworks Upgrade Installation ==
54 54  
55 55  Assuming you already cloned and installed Wonder from source using the method outlined above, you can use the following procedure pull the latest changes into your local repository.