= 3. Download = == Package == Download the latest iPeer package from here: [http://burrito.olt.ubc.ca/ipeer-release/latest.tar.gz tar.gz] and [http://burrito.olt.ubc.ca/ipeer-release/latest.zip zip]. For the older versions, please visit http://burrito.olt.ubc.ca/ipeer-release/ == Subversion == Checking out the latest source code from subversion: {{{ svn co http://ipeerdev.olt.ubc.ca/svn/trunk ipeer }}} NOTE: All the SVN checked out copies are debug mode enabled. If you are planning to use the svn 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); }}} ---- {{{ #!html
< Types of Users | Main Page | Installation >
}}}