Last change
on this file since 750 was
725,
checked in by djay, 9 years ago
|
Fix issue with rst files displayed from Trac. Fix strings to be translated. Always use the same string in all messages.
|
-
Property svn:keywords set to
Date Author
-
Property svn:mime-type set to
text/plain
|
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:: |
---|
[717] | 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. |
---|
[659] | 11 | |
---|
| 12 | |
---|
[717] | 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 | |
---|
[659] | 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 | |
---|
[696] | 38 | svn checkout http://svn.zoo-project.org/svn/trunk zoo-src |
---|
[659] | 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 |
---|
[696] | 45 | svn co svn+zoosvn://svn.zoo-project.org/var/svn/repos/trunk zoo-src |
---|
[659] | 46 | |
---|
| 47 | .. note:: |
---|
[717] | 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. |
---|
[659] | 51 | |
---|
| 52 | ZOO-Project Github |
---|
| 53 | ------------------------------- |
---|
| 54 | |
---|
[696] | 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. |
---|
Note: See
TracBrowser
for help on using the repository browser.