Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 231.1
edited by miguel77mex
on 2013/05/22 00:08
on 2013/05/22 00:08
Change comment:
There is no comment for this version
To version 228.1
edited by Bastian Triller
on 2013/05/21 17:10
on 2013/05/21 17:10
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. miguel77mex1 +XWiki.btriller - Content
-
... ... @@ -1,6 +1,6 @@ 1 1 {{tip title="Now with more Git"}} 2 2 3 -As of Ma y21th, 2013 the Wonder source code is now maintained on [GitHub|https://github.com/] at [https://github.com/wocommunity/wonder]. You'll need to be familiar with the [Git|http://git-scm.com/] Source Code Management system. [Here's|WO:Getting Started with Git] a good place to start. You will use Git to checkout a local copy of the repository (a "clone" in Git terms) allowing you to have direct access to the Wonder source.3 +As of March 25th, 2011 the Wonder source code is now maintained on [GitHub|https://github.com/] at [https://github.com/wocommunity]. You'll need to be familiar with the [Git|http://git-scm.com/] Source Code Management system. [Here's|WO:Getting Started with Git] a good place to start. You will use Git to checkout a local copy of the repository (a "clone" in Git terms) allowing you to have direct access to the Wonder source. 4 4 5 5 {{/tip}} 6 6 ... ... @@ -21,7 +21,7 @@ 21 21 1. h5. Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like. 22 22 23 23 {{code value="none"}} 24 -git clone git://github.com/ wocommunity/wonder.git WonderSource24 +git clone git://github.com/projectwonder/wonder.git WonderSource 25 25 {{/code}} 26 26 27 27 If "git:~/~/" does not work for you then use "http:~/~/" ... ... @@ -29,7 +29,7 @@ 29 29 {{note title="Wonder Committers"}} 30 30 31 31 The URL above is the public, read-only URL. 32 -People with commit privileges for Project Wonder should use: *git@github.com:wocommunity/*{*}wonder.git*32 +People with commit privileges for Project Wonder should use: {{{*}git@github.com:projectwonder/wonder.git{*}}} 33 33 {warning}Do *not* change "git@..." to be your username.{warning} 34 34 35 35 {{/note}}