Install and use TWiki on Ubuntu

Source: Internet
Author: User
TWiki is an open-source (GPL) wiki program. The software is positioned as & ldquo; a flexible, powerful, and easy-to-use enterprise collaboration platform & rdquo; and runs in the Perl environment. People with programming skills can use variables to create dynamic pages, such as content tables or embedded search results pages. The default built-in WYSIWYG editor provides a complete user permission system that does not require any databases and is completely based on the file directory formatting engine. Deploying TWiki is a little complicated. Below are some of my ideas about deploying TWiki on Ubuntu.

TWiki is an open-source (GPL) wiki program. The software is positioned as a flexible, powerful, and easy-to-use enterprise collaboration platform that runs in the Perl environment. People with programming skills can use variables to create dynamic pages, such as content tables or embedded search results pages. The default built-in WYSIWYG editor provides a complete user permission system that does not require any databases and is completely based on the file directory formatting engine.

Deploying TWiki is a little complicated. Here are some of my experiences with deploying TWiki on Ubuntu.

1. Prepare the environment

$ Sudo apt-get install apache2 perl cron grep rcs patch php5
$ Sudo apt-get install libapache2-mod-php5 libcgi-session-perl libdigest-sha1-perl libhtml-parser-perl

2. Download

$ Wget http://downloads.sourceforge.net/project/twiki/TWiki%20for%20all%20Platforms/TWiki-5.0.1/TWiki-5.0.1.tgz? R = & ts = 1293085896 & use_mirror = nchc
$ Sudo tar-xvzf TWiki-5.0.1.tgz
$ Sudo cp-a twiki/var/www/
$ Sudo chown-R www-data: www-data/var/www/twiki

3. Configuration

$ Sudo cp/var/www/twiki/bin/LocalLib.cfg.txt/var/www/twiki/bin/LocalLib. cfg

Modify $ twikiLibPath in LocalLib. cfg:

$ TwikiLibPath = "/var/www/twiki/lib"

Generate the twiki. conf file: Success
Modify/etc/apache2/httpd. conf and add a line:

Include "/var/www/twiki. conf"
(Or copy/var/www/twiki/twiki_httpd_conf.txt to twiki. conf, and then modify the path-related settings)

Modify

Node to allow access to the configure page.

Allow from 127.0.0.1 192.168.1.100
Require user CoderZh

Restart apache2


$ Sudo/etc/init. d/apache2 restart


Access: http :// /Twiki/bin/configure to enter the configuration page. After the configuration is complete, enter the home page.

For more details, refer to the highlights on the next page.: Http://www.linuxidc.com/Linux/2013-10/91850p2.htm

TWiki details: Click here
TWiki's: Click here

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.