Changes between Version 25 and Version 26 of WikiStart
- Timestamp:
- 03/09/11 23:02:02 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v25 v26 14 14 == Download == 15 15 16 Currently there is no release version. The latest version of Resmon can be checked out via subversion from https://labs.omniti.com/resmon/trunk16 Currently there is no release version. The latest version of Resmon can be checked out via git from git://labs.omniti.com/resmon.git 17 17 18 18 {{{ 19 svn co https://labs.omniti.com/resmon/trunk resmon 19 git clone git://labs.omniti.com/resmon.git 20 20 }}} 21 21 22 An older release of resmon is also available from https://labs.omniti.com/resmon/branches/resmon1 22 For those of you with push access, you should use the ssh url: 23 {{{ 24 git clone git@labs.omniti.com:resmon.git 25 }}} 26 27 An older release of resmon is also available in the resmon1 branch: 28 29 {{{ 30 git clone -b resmon1 git://labs.omniti.com/resmon.git 31 }}} 23 32 24 33 == Documentation ==
