Changes between Version 12 and Version 13 of download
- Timestamp:
- 2012-04-26T22:46:57Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v12 v13 4 4 Download from !SourceForge: [http://sourceforge.net/projects/ipeer/] 5 5 6 == Subversion==6 == Git == 7 7 8 Checking out the latest source code from subversion:8 Checking out the latest source code from Github: https://github.com/ubc/iPeer 9 9 10 10 {{{ 11 svn co http://ipeerdev.olt.ubc.ca/svn/trunk ipeer 11 git clone https://github.com/ubc/iPeer.git 12 12 }}} 13 13 14 NOTE: All the SVN checked out copies are debug mode enabled. If you are planning to use the svncopy for production, please turn to debug mode off by changing the following line in app/config/core.php line 5214 NOTE: All the source code checked out copies are debug mode enabled. If you are planning to use the copy for production, please turn to debug mode off by changing the following line in app/config/core.php line 52 15 15 {{{ 16 16 define('DEBUG', 1);