Changes between Version 41 and Version 42 of WikiStart
- Timestamp:
- Apr 13, 2010, 5:57:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v41 v42 9 9 * ZOO Services documentation 10 10 * ZOO API documentation 11 12 = Download ZOO source code =13 14 == SVN Repository ==15 16 To download the lastest repository of this project use the following command :17 18 {{{19 #!sh20 svn checkout http://svn.zoo-project.org/svn/trunk zoo21 }}}22 23 If you get a ZOO Developer account you can use the following command :24 25 {{{26 #!sh27 sed "s:\[tunnels\]:\[tunnels\]\nzoo-ssh = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config28 svn checkout svn+zoo-ssh://svn.zoo-project.org/var/svn/repos/trunk zoo29 }}}30 31 11 32 12 = Community =