Version 13 (modified by 13 years ago) ( diff ) | ,
---|
3. Download
Package
Download from SourceForge: http://sourceforge.net/projects/ipeer/
Git
Checking out the latest source code from Github: https://github.com/ubc/iPeer
git clone https://github.com/ubc/iPeer.git
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
define('DEBUG', 1);
to
define('DEBUG', 0);
Note:
See TracWiki
for help on using the wiki.