• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Tiki Wiki CMS Groupware on CentOS 7

{{postValue.id}}

To install Tiki Wiki CMS Groupware on CentOS 7

Tiki Wiki is a free and open source Wiki-based Content Management System written in PHP. It contains a number of collaboration features and acts as a Geospatial Content Management System (GeoCMS). It also contains some basic features of a CMS and maintains individual user accounts within a flexible and rich privilege system, RSS feeds and customize page layout. In this tutorial, we will cover the installation of Tiki Wiki CMS Groupware on CentOS 7.

Prerequisites

To install LAMP (Apache, MariaDB, PHP7)
In MariaDB (create database and user and give privileges to that user)

PHP installation with required following modules

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install php56w php56w-opcache php56w-mysql php56w-curl php56w-xml  php56w-mcrypt php56w-gd php56w-mbstring

Installation

Switch to any local directory Where you want to download the package.

[root@linuxhelp1 ~]# cd /home/user1/

Download a package using the following command as follows.

[root@linuxhelp1 user1]# wget https://sourceforge.net/projects/tikiwiki/files/latest/download --no-check-certificate
--2018-04-16 03:12:27--  https://sourceforge.net/projects/tikiwiki/files/latest/download
Resolving sourceforge.net (sourceforge.net)... 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected.
.
.
TTP request sent, awaiting response... 200 OK
Length: 70662006 (67M) [application/octet-stream]
Saving to: ‘ download’ 

100%[============================================================> ] 70,662,006   344KB/s   in 3m 52s 

2018-04-16 03:16:22 (298 KB/s) - ‘ download’  saved [70662006/70662006]

The downloaded package is a zip file, so we need to unzip the file now.

[root@linuxhelp1 user1]# unzip download
Archive:  download
   creating: tiki-18.1/
  inflating: tiki-18.1/tiki-print_pages.php  
  inflating: tiki-18.1/tiki-list_trackers.php  
  inflating: tiki-18.1/tiki-file_archives.php  
.
.
extracting: tiki-18.1/vendor_extra/anythingslider-themes/images/tabs-dark2.png  
  inflating: tiki-18.1/vendor_extra/anythingslider-themes/images/polished.png  
   creating: tiki-18.1/vendor_extra/webodf/
  inflating: tiki-18.1/vendor_extra/webodf/webodf.js  
  inflating: tiki-18.1/vendor_extra/index.php  
  inflating: tiki-18.1/tiki-minichat_ajax.php

Next, move the file to the Apache document directory.

[root@linuxhelp1 user1]# mv tiki-18.1 /var/www/

Now we have to switch the following directory
[root@linuxhelp1 user1]# cd /var/www/

And then we have to change the ownership information of the file as follows.

[root@linuxhelp1 www]# chown -R apache.apache tiki-18.1
 [root@linuxhelp1 www]# chmod -R 775 tiki-18.1

Now create a new virtual host configuration for accessing the TikiWiki

[root@linuxhelp1 www]# vim /etc/httpd/conf.d/tiki.conf
< VirtualHost *:80> 
ServerName www.linuxhelp1.com
DocumentRoot /var/www/tiki-18.1/

< Directory /var/www/tiki-18.1/> 
AllowOverride All
allow from all
< /Directory> 

< /VirtualHost> 

Then, restart the httpd service.

[root@linuxhelp1 www]# systemctl restart httpd

Now you can proceed the further installation and configuration from the browser by navigating to the following URL: http://< ipaddress or domain name .
snap1

Now configure the installation setup as follows. choose the language of your preference and click continue.
snap2

Accept the license agreement to use the TikiWiki.
snap3

Review the system requirements and continue.
snap4

Next, configure the database setup as follows.
snap5


snap6

And then choose the database type to proceed the installation.
snap7

At the end of the installation, you will see the following screen and then click on continue to proceed.
snap8

Next, configure the site information and Admin user credential setup.
snap9


snap10

On next screen, you will see that last note of tikiwiki application.
snap11

After all the configuration setup done you will see the following page, enter into Tiki as follows.
snap12

During login provide the user admin credentials which you created during setup.
snap13

After verifying all the configuration setup you can start the tiki wiki application by using a start menu on the right top corner of the web page.
snap14

After successful login, you will see the homepage of tiki wiki CMS groupware application.
snap15

With this, the method to install the tiki wiki CMS groupware on centos 7 comes to an end.

Tags:
noah
Author: 

Comments ( 1 )

mbartolwq
I tried your install procedure twice, all I get is blank screen. I ran sh setup.sh and performed 'c', 'L' , 'V' and 'f'. Di not help. This is the error from error_log [root@tikiwiki logs]# cat error_log [Wed Jun 20 23:13:29.284985 2018] [:error] [pid 4272] [client 192.168.3.214:56736] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 [Wed Jun 20 23:13:29.285113 2018] [:error] [pid 4272] [client 192.168.3.214:56736] PHP Fatal error: Unknown: Failed opening required '/var/www/tiki-18.1/index.php' (include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0 [root@tikiwiki logs]# What am I doing wrong? Also how do you define 'In MariaDB (create database and user and give privileges to that user)'. I created a tikidb and a user tikiuser. Is that what you want?
Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Is there any way to link to a Wiki page in a forum posting on TikiWiki CMS?

A

You can use WikiWords, there are options to enable it. Or, you can use the (( )) syntax for enabling Forum on tiki wiki CMS.

Q

How to entry to the host file for Tikiwiki CMS?

A

Please follow the steps as below
# /etc/hosts

Q

With Jgraphpad, can you embed images and upload the file to Tikiwiki?

A

Yes, Jgraphpad and Tiki support embedded images in a drawing.

Q

What is Tiki Wiki CMS?

A

Tiki Wiki is a free and open source Wiki-based Content Management System written in PHP. It contains a number of collaboration features and acts as a Geospatial Content Management System (GeoCMS). It also contains some basic features of a CMS and maintains individual user accounts within a flexible and rich privilege system, RSS feeds and customize page layout.

Q

Do Tikiwiki maintain individual user account?

A

Yes, Tikiwiki maintains individual user accounts within a flexible and rich privilege system, RSS feeds and customize page layout.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Ryan ?
how to use visual traceroute tool

Am using traceroute command to check for the route. i got this tool while surfing. So pls help me out installation and usage of Visual traceroute tool.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.