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 |
---|
10 | happens. Checking out svn is the best way to be always up-to-date. |
---|
11 | |
---|
12 | |
---|
13 | ZOO-Project releases archives |
---|
14 | ------------------------------- |
---|
15 | |
---|
16 | Each new `ZOO-Project <http://zoo-project.org>`_ major release are |
---|
17 | available on the project official website as .zip and .tar.bz2 |
---|
18 | archives. Head to the `Downloads |
---|
19 | <http://zoo-project.org/site/Downloads>`_ section to get the latest or |
---|
20 | older ZOO-Project releases. |
---|
21 | |
---|
22 | .. warning:: |
---|
23 | Don't use older versions of ZOO-Project if you want to use new |
---|
24 | features and avoid older code issues. Prefer svn or github |
---|
25 | instead. |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | ZOO-Project SVN |
---|
30 | ------------------------------- |
---|
31 | |
---|
32 | .. _svn: |
---|
33 | |
---|
34 | Download the `latest <http://zoo-project.org/trac/browser/trunk>`_ `ZOO-Project <http://zoo-project.org>`_ source code using the following *svn* command: |
---|
35 | |
---|
36 | :: |
---|
37 | |
---|
38 | svn checkout http://svn.zoo-project.org/svn/trunk zoo-src |
---|
39 | |
---|
40 | Registered ZOO-Project developers would prefer the following: |
---|
41 | |
---|
42 | :: |
---|
43 | |
---|
44 | sed "s:\[tunnels\]:\[tunnels\]\nzoosvn = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config |
---|
45 | svn co svn+zoosvn://svn.zoo-project.org/var/svn/repos/trunk zoo-src |
---|
46 | |
---|
47 | .. note:: |
---|
48 | The ZOO-Project svn server listens on the 1046 (1024+22) port |
---|
49 | (instead of 22 by default), so please use a specific tunnel to |
---|
50 | access the svn server, as shown in the command above. |
---|
51 | |
---|
52 | ZOO-Project Github |
---|
53 | ------------------------------- |
---|
54 | |
---|
55 | The ZOO-Project svn is mirrored in this Github `repository <https://github.com/kalxas/zoo-project/>`_ in case you would like to fork it. |
---|