Now, updating for Tiki 9! Get Smart...
Now accepting new user registrations! Become a contributor.
| More
Join Print Print multiple pages Convert to PDF

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!

TipTip:
Learn about installation basics in Getting Started(external link) in Tiki for Dummies Smarties.


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 installation

To install Tiki manually:
  1. Upload (or unzip) the Tiki files to your host.
  2. Create a new MySQL database for Tiki.
  3. Create a database user with full administrator permissions to the database.
  4. Assign the database user to the newly created database.
  5. Execute the ../db/tiki.sql SQL script on your database.
  6. 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';
    
    
NoteNote:
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.
TipTip:
See Tiki Documentation http://doc.tikiwiki.org/Manual+Installation(external link) for additional details on performing a manual installation.



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.
phpMyAdmin
Creating a new database with UTF-8 collation.


NoteNote:
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.
Encoding issue detected
Tiki can attempt to fix your database.

WarningWarning:
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.

Buy the Books

Tiki Essentials & Tiki for Smarties -- Buy the Books.
Available from Amazon, LuLu, and more as paperback or ebook...

What do you think?

What do you think of this project?



Anti-Bot verification code image Try another code



View Results
(Votes: 20)

"Definitely a must read for anyone undertaking a project using Tiki."

Is Essentials helpful?

Essential Readers



Advertising



Powered by Tiki Wiki CMS Groupware
Creative Commons Copyright. Some rights reserved.
Tiki Essentials (this site) is © 2011-2012 by Rick Sapir, published by KeyContent.org, and is licensed
under a Creative Commons Attribution-Share Alike 3.0 United States License. Some rights reserved. Privacy Policy.
Permissions beyond the scope of this license may be available at http://twessentials.tikiforsmarties.com/Copyright Information.
Questions, comments, or concerns about this site or the guide? Let me know.
New to Tiki? Try Tiki for Dummies Smarties: A beginner's guide to using Tiki Wiki CMS Groupware.


Feedback Form
Feedback Analytics