Now, updating for Tiki 9! Get Smart...
Now accepting new user registrations! Become a contributor.
Essential Installation Tips
Although you have (hopefully) already installed and configured your Tiki, in this section I'll illustrate some of my "essential" installation tips that you may one day need!in this section
![]() | Tip: Learn about installation basics in Getting Started |
Performing a Manual Installation
In most instances, the Tiki Installer will successfully install and configure Tiki. There are, however, some instances in which you may need to perform a manual installationTo install Tiki manually:
- Upload (or unzip) the Tiki files to your host.
- Create a new MySQL database for Tiki.
- Create a database user with full administrator permissions to the database.
- Assign the database user to the newly created database.
- Execute the ../db/tiki.sql SQL script on your database.
- Edit (or create, if it does not exist) the file ../db/local.php to include the following:
local.php
<?php $db_tiki='mysqli'; $dbversion_tiki='8.0'; $host_tiki='localhost'; $user_tiki='NAME OF YOUR DATABASE USER'; $pass_tiki='PASSWORD FOR YOUR DATABASE USER'; $dbs_tiki='NAME OF YOUR DATABASE'; $client_charset='utf8';
![]() | Note: If the database is on a different machine then the webserver, replace localhost with the URL location of the database. By default, Tiki uses UTF-8 for your database encoding. If you select a different encoding method, you must change the $client_charset setting to match your database. See Creating the Database, below, for more information. |
You should now be able to access your site and log in.
![]() | Tip: See |
Creating the Database
When creating a new database for Tiki, be sure to set the database's collation and the MySQL connection collation correctly. Starting with Tiki 5, Tiki uses UTF-8 as the database charset.![]() | Note: In some hosted environments, you may not be able to specify the collation. In that case, contact your webhost for details on selecting the correct collation type. |
If Tiki detects that your database does not use the correct encoding, you can attempt to convert it to use UTF-8 encoding.
![]() | Warning: Be sure to backup your database before attempting the conversion. |
Contributors to this page: Rick Sapir
and
system
.
Page last modified on Thursday, April 05, 2012 11:05:37am EDT by Rick Sapir.
The content on this page is licensed under the terms of the Copyright Information.
Sidebar
What do you think?
What do you think of this project?
"Definitely a must read for anyone undertaking a project using Tiki."
Is Essentials helpful?




