Installing Deki on Fedora

Table of contents
No headers

Fedora 9

 

Make sure SELinux and IPTables are configured to allow access.

Mono is already installed; it ships with Fedora 9 (but not Fedora 10, currently in beta) so there is no need to install it.

 

Add MT repo:

[home_mindtouch]
name=mindtouch's Home Project (RHEL_5)
type=rpm-md
baseurl=http://repo.mindtouch.com/RHEL_5/
gpgcheck=1
gpgkey=http://repo.mindtouch.com/RHEL_5/repodata/repomd.xml.key
enabled=1

 

# yum install dekiwiki

 

mv /etc/httpd/conf.d/deki-apache.conf.disabled /etc/httpd/conf.d/deki-apache.conf

 

# service mysqld start

# service httpd start

 

Do the php setup. Note that mysql and httpd are not configured automatically to start; this can be changed by entering:

# chkconfig mysqld on

# chkconfig httpd on

 

 

 

 

 

Tag page
You must login to post a comment.