Loading...
 
Skip to main content

History: Fedora Install

Source of version: 2 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} Prerequisite to tikiwiki install in a configuration apache/mysql 
DOCUMENTATION ON THE WAY 
\- install mysql 
\- install apache 
\- check httpd and mysqld will be automatically run 
chkconfig --list 
chkconfig mysqld on 
chkconfig httpd on 
\- create a user in mysql 
mysqladmin -u tiki password my_pass 
\- check /etc/php.ini for memory_limit, and 
\- some + to install 
yum install php-mbstring 
yum install php-gd 
-restart mysql and apache 
/etc/initd/mysqld restart 
/etc/init.d/httpd restart