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

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

Summary

Details

Page properties
Content
... ... @@ -12,14 +12,17 @@
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 get a local copy of the repository (a "clone" in Git terms) allowing us 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 checkout a local copy of the repository (a "clone" in Git terms) allowing you 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
22 22  
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 +
23 23  {{code}}
24 24  git clone git://github.com/projectwonder/wonder.git WonderSource
25 25  {{/code}}
... ... @@ -47,8 +47,6 @@
47 47  sudo ant frameworks.install
48 48  {{/code}}
49 49  
50
51 -
52 52  == Source Frameworks Upgrade Installation ==
53 53  
54 54  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.