• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

2012

To install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

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. This tutorial will explain the installation of Tiki Wiki CMS on OpenSUSE Leap 42.3.

Pre-Requisite

LAMP Stack

- Apache

- MariaDB

- PHP 7

Installation procedure

To proceed with the installation procedure, go to its official website and get the package link for downloading it using wget command.

linuxhelp:~ # wget https://excellmedia.dl.sourceforge.net/project/tikiwiki/Tiki_17.x_Zeta_Bootis/17.1/tiki-17.1.tar.gz
--2017-10-12 10:24:35--  https://excellmedia.dl.sourceforge.net/project/tikiwiki/Tiki_17.x_Zeta_Bootis/17.1/tiki-17.1.tar.gz
Resolving excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)... 202.153.32.19
Connecting to excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)|202.153.32.19|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 55910141 (53M) [application/x-gzip]
Saving to: ‘ tiki-17.1.tar.gz’ 
100%[======================================> ] 55,910,141  1.02MB/s   in 2m 6s  

2017-10-12 10:26:41 (433 KB/s) - ‘ tiki-17.1.tar.gz’  saved [55910141/55910141]

Extract the downloaded package by running the tar command.

linuxhelp:~ # tar -xvf tiki-17.1.tar.gz  
tiki-17.1/
tiki-17.1/tiki-print_pages.php
tiki-17.1/tiki-list_trackers.php
tiki-17.1/tiki-file_archives.php
tiki-17.1/tiki-user_assigned_modules.php
tiki-17.1/tiki-assignuser.php
tiki-17.1/tiki-admin_credits.php
tiki-17.1/select_banner.php
.
.
.
tiki-17.1/vendor_extra/kaltura/KalturaPlugins/KalturaCuePointClientPlugin.php
tiki-17.1/vendor_extra/kaltura/KalturaPlugins/KalturaBulkUploadFilterClientPlugin.php
tiki-17.1/vendor_extra/kaltura/KalturaPlugins/KalturaScheduledTaskClientPlugin.php
tiki-17.1/vendor_extra/kaltura/KalturaPlugins/KalturaVarConsoleClientPlugin.php
tiki-17.1/vendor_extra/kaltura/KalturaEnums.php
tiki-17.1/tiki-minichat_ajax.php

Move the Tiki Wiki directory to Apache document root.

linuxhelp:~ # mv tiki-17.1 /srv/www/htdocs/

Provide the owner permission and file execution permission by running the following command.

linuxhelp:/srv/www/htdocs # chown -R wwwrun:www /srv/www/htdocs/tiki-17.1/
linuxhelp:/srv/www/htdocs # chmod -R 777 /srv/www/htdocs/tiki-17.1/
linuxhelp:/srv/www/htdocs # ll
total 20
drwxrwxrwx 23 wwwrun www 20480 Sep 22 02:28 tiki-17.1

Next set the firewall settings by executing the following command using vim editor and make the following changes in the file. Save and exit the file.

linuxhelp:/srv/www/htdocs #  vim /etc/sysconfig/SuSEfirewall2
FW_CONFIGURATIONS_EXT = " apache" 

Switch over to the browser and enter the URL as http://Machine-IP/directory. The Welcome page of Tiki Wiki installer appears on the screen. Click Continue.

a

Next set the database connection by entering the required details and save the changes.

b

Enter the required details to create an administrator and click Continue.

c

The changes are customized in the system and click Continue to start with the setup of the website.

b

The installation is complete and ready to run. Select Enter Tiki Without Locking Installer option.

e

Set the date and time by selecting the Time Zone.

f

Next set the site title and logo image for the website. Save and continue the changes.

g

Select the site' s theme and site layout option.

h

The changes made are reflected and now setup Wiki Environment.

j

Select the Main Tiki Features.

a

Setup the Social Media sharing and networking options.

b

The configuration is now complete.

b

The home page of Tiki Wiki appears on the screen.

c

Thus, we conclude the installation of Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

Tags:
ryder
Author: 

Comments ( 0 )

No comments available

Add a comment

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.

Related Tutorials in How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

Related Tutorials in How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to Install Pligg - Content Management System
How to Install Pligg - Content Management System
Jul 26, 2016
How to install Xibo CMS in Ubuntu
How to install Xibo CMS in Ubuntu
Oct 6, 2016
How to Install Tiki Wiki CMS on Ubuntu 19.04
How to Install Tiki Wiki CMS on Ubuntu 19.04
May 28, 2019
How to Install Alfresco Community Edition in Ubuntu
How to Install Alfresco Community Edition in Ubuntu
Nov 22, 2016
How to install PhpBB 3.2.2 on Ubuntu 18.04
How to install PhpBB 3.2.2 on Ubuntu 18.04
Jun 21, 2018
How to install PIP on OpenSUSE Leap 42.3
How to install PIP on OpenSUSE Leap 42.3
Nov 30, 2017
How to install Piwigo 2.9.3 on Ubuntu 18.04
How to install Piwigo 2.9.3 on Ubuntu 18.04
Jun 22, 2018

Related Forums in How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

Related Forums in How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

Pligg
aiden class=
CMS : Pligg install on opensuse
Oct 6, 2017
Apache
rebeccajazz class=
Apache2 : mod_proxy in opensuse
Jan 3, 2018
Content Management System (CMS)
mason class=
REQUIRED PDO library with pdo_sqlite extension is not available.
May 9, 2019
OpenSUSE
niklaus class=
How to configure typesetter on opensuse
Oct 4, 2017
OpenSUSE
daniel class=
locate installed php modules on opensuse
Oct 5, 2017
Typesetter CMS
michael class=
PHP Fatal error: Call to undefined function json_ecode()
Nov 23, 2020
Content Management System (CMS)
lucas class=
Impress cms showing blank page after Processing "install modules"
Apr 12, 2019
Content Management System (CMS)
gabriel class=
After installed impress cms showing blank page
Apr 10, 2019

Related News in How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

Related News in How to install Tiki Wiki CMS groupware on OpenSUSE Leap 42.3

WordPress and Joomla websites infected by new backdoor malware
WordPress and Joomla websites infected by new backdoor malware
May 31, 2019
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 Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

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.