Table of contents | |
Some messy notes to help make a nice clean page at: http://www.clearfoundation.com/docs/howtos/Tiki_Wiki_CMS_Groupware |
Install ClearOS | |
|
New Beta Tiki installer | |
Later, Tiki will be in ClearCenter marketplace Limitations:
Copy to clipboard
Go to Server -> Messaging and Collaboration -> Tiki Wiki CMS Groupware in the menu to complete the setup.
Your Tiki will be installed at: /var/clearos/tiki/webroot/live Ref: http://www.clearfoundation.com/docs/release_info/clearos_community_6.6.0/beta_2_release_information
|
Manual install | |
See also general Tiki docs and notes You'll want this if you want to install from source (SVN) or if you want more than one Tiki instance on a ClearOS server. |
Configure Web Server | |
php intl-extension (new requirement in Tiki 15)Copy to clipboard
|
Delete files created by ClearOS | |
Delete:
If you don't remove, Tiki won't be visible from the root |
Install SVN | |
Get Tiki code via SVN | |
Copy to clipboard
Additional sites live at /var/www/virtual/example.org/ Copy to clipboard
|
Composer | |
When you visit your domain name (where Tiki is installed), you will get "Your Tiki is not completely installed because Composer" (if Tiki 11.x and up. So just follow instructions). Copy to clipboard
If you get warnings from Composer, install them as follows |
Dependencies | |
Visit tiki-check.php to see if any dependencies are missing |
Other settings | ||||
OPCachehttp://www.clearfoundation.com/docs/howtos/opcache Compress CSS & JS
https://dev.tiki.org/item5502 (see comment) Activate Apache KeepAliveCopy to clipboard
PHP Settings
Note. Please also see: /etc/httpd/conf.d/php.conf
MySQL settingsYou may need to edit
to add: Copy to clipboard
And restart MySQL |
Create database | |
Use this information later in tiki-install.php |
Importing data | |
If you are importing, you can use phpMyAdmin's import from disk feature. Upload your .sql backup file at /var/lib/phpMyAdmin/upload/ |
Use Tiki installer | |
Use your browser to visit where the files are and you should see the Tiki installer (tiki-install.php) |
Options | |
|
Search within files | |
Please see: http://wikisuite.org/How-to-configure-ClearOS-to-permit-Tiki-Wiki-CMS-Groupware-to-search-within-files |
Cron job to rebuild index | |
todo: document ClearOS-specific instructions
|
Configure LDAP | |
This is optional. You can let Tiki do self-registration or have an admin manage users manually. To configure with LDAP, see the Tiki section on: Tiki Suite LDAP |
Block access to site | |
Normally, you can just use Tiki's authentication to protect a sites's data. But if you want to add an additional layer, you can use ClearOS's protection: https://example.org:81 -> Server -> Web Server -> Settings -> Require Authentication ( you need to create group & user separately) (so no need to create an htpasswd file) |
Related links | |