Last change
on this file since 704 was
696,
checked in by djay, 9 years ago
|
Small fixes in the main documentation.
|
-
Property svn:keywords set to
Date Author
|
File size:
1.7 KB
|
Rev | Line | |
---|
[659] | 1 | .. _install-download: |
---|
| 2 | |
---|
| 3 | Download |
---|
| 4 | ============= |
---|
| 5 | |
---|
| 6 | Several ways to download the `ZOO-Project <http://zoo-project.org>`_ source code are available and explained in this section. |
---|
| 7 | |
---|
| 8 | .. warning:: |
---|
| 9 | The ZOO-Project svn is the place where developement happens. Checking out svn is the best way to be always up to date. |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | ZOO-Project SVN |
---|
| 13 | ------------------------------- |
---|
| 14 | |
---|
| 15 | .. _svn: |
---|
| 16 | |
---|
| 17 | Download the `latest <http://zoo-project.org/trac/browser/trunk>`_ `ZOO-Project <http://zoo-project.org>`_ source code using the following *svn* command: |
---|
| 18 | |
---|
| 19 | :: |
---|
| 20 | |
---|
[696] | 21 | svn checkout http://svn.zoo-project.org/svn/trunk zoo-src |
---|
[659] | 22 | |
---|
| 23 | Registered ZOO-Project developers would prefer the following: |
---|
| 24 | |
---|
| 25 | :: |
---|
| 26 | |
---|
| 27 | sed "s:\[tunnels\]:\[tunnels\]\nzoosvn = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config |
---|
[696] | 28 | svn co svn+zoosvn://svn.zoo-project.org/var/svn/repos/trunk zoo-src |
---|
[659] | 29 | |
---|
| 30 | .. note:: |
---|
| 31 | The ZOO-Project svn server listens on the 1046 (1024+22) portvb(instead of 22 by default), so please use a specific tunnel to access the svn server, as shown in the command above. |
---|
| 32 | |
---|
| 33 | |
---|
| 34 | ZOO-Project releases archives |
---|
| 35 | ------------------------------- |
---|
| 36 | |
---|
| 37 | Each new `ZOO-Project <http://zoo-project.org>`_ major release is also made available on the project official website as .zip and .tar.bz2 archives. Head to the `Download <http://zoo-project.org/Code/Download>`_ section to get the latest or older ZOO-Project releases. |
---|
| 38 | |
---|
| 39 | .. warning:: |
---|
| 40 | Don't use older versions of ZOO-Project if you want to use new features and avoid older code issues. Prefer svn or github instead. |
---|
| 41 | |
---|
| 42 | ZOO-Project Github |
---|
| 43 | ------------------------------- |
---|
| 44 | |
---|
[696] | 45 | The ZOO-Project svn is mirrored in this Github `repository <https://github.com/kalxas/zoo-project/>`_ in case you would like to fork it. |
---|
Note: See
TracBrowser
for help on using the repository browser.