Get code
This page includes information for obtaining the latest Tiki code.- The current released Tiki version can be downloaded from SourceForge.net.
- Pre-release code can be downloaded from the SVN repository.
There are several methods to download the latest Tiki code:
Table of contents
Using Stable 6.x (Long Term Support) from SVN
Use these steps to download the latest Tiki 6.x from SVN:- Checkout the code.
Checking out with SVN
svn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/6.x
Using the above command will checkout Tiki to a folder with the same name as the last part of the checkout command (in this case 6.x). If you wish to checkout to the current directory, just add "." to the end of the command line:Checking out to a Different Foldersvn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/6.x .
- Update from SVN.
See Update
Using Stable 8.x branch from SVN
Use these steps to download the latest Tiki 8.x from SVN:- Checkout the code.
Checking out with SVN
svn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/8.x
Using the above command will checkout Tiki to a folder with the same name as the last part of the checkout command (in this case 8.x). If you wish to checkout to the current directory, just add "." to the end of the command line:Checking out to a Different Foldersvn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/8.x .
The other instructions on this page only checkout the Tiki code, not any mods you have intalled or want to install. See below if you want to get the code for mods. - Update from SVN.
See Update - Commit your code.
See How to get commit access for information on contributing code and joining the Tiki developer community.Before you Commitsvn diff
When you are Readysvn commit -m "message for commit log" nameoffile.php templates/nameoffile.tpl
You can also see full instructions to commit
Using Dev branch from SVN (trunk) (future 9.x LTS)
Use these steps to download the latest Tiki 9.x from SVN:- Checkout the code.
Checking out with SVN
svn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk
Using the above command will checkout Tiki to a folder with the same name as the last part of the checkout command (in this case trunk). If you wish to checkout to the current directory, just add "." to the end of the command line:Checking out to a Different Foldersvn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk .
The other instructions on this page only checkout the Tiki code, not any mods you have intalled or want to install. See below if you want to get the code for mods. - Update from SVN.
See Update - Commit your code.
See How to get commit access for information on contributing code and joining the Tiki developer community.Before you Commitsvn diff
When you are Readysvn commit -m "message for commit log" nameoffile.php templates/nameoffile.tpl
You can also see full instructions to commit
Using Mods
If you want to checkout latest files for Mods, then you have to separately use:Checking out Mods with SVN
svn checkout https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/mods/trunk/ ./mods
Things in Tiki are changing rapidly. You may need to pick up your mod from http://tikiwiki.svn.sourceforge.net/ and navigate down to mods > wiki-plugins. If you install the mod by hand like this, you need to put the .php file in ./lib/wiki-plugins/ (see also the sh fixperms.sh fix step herein).
Updating
- Update either minor (ex.: from 6.x to 6.y) or major (ex.: 6.x to 8.x)
Pre-release packages (zip files)
Converting an FTP install
Tiki Remote Instance Manager (TRIM)
For managing multiple, independent Tiki installations. Please see TRIMAmazon Machine Image (AMI) for EC2
Amazon Elastic Compute Cloud - Amazon Web Services. Please see: EC2Download | Check out | Checkout | Get Tiki | GetTiki

Last Comments