Preparing supporting components for Install | |
There are three major components you need to configure before you actually install Tiki: PHP, MySQL, and Apache. |
PHP Setup | |
1. Make a backup of the php.ini file. Copy to clipboard
Copy to clipboard
The following should not be needed: Copy to clipboard
3. Save the file and restart apache. pince:/etc/php5/apache2# invoke-rc.d apache2 restart
Forcing reload of web server: Apache2.
|
MySQL Setup | |
1. Verify that MySQL is running. 2. Secure the mysqladmin (root) user. Follow the instructions
3. Follow the instructions in Requirements to create the tiki database. Use a secure name for the database user. Do not use "admin". |
Apache setup | |
2. Find the name of the user that Apache runs as. Debian uses userid "www-data" by default. |
Install Tiki | |
Copy to clipboard
4. I like to create a symbolic link to my tiki directory: Copy to clipboard
Copy to clipboard
|