Literature
Africa |
Install Aigaion<< RAID Administration | AdminNotes | Add a PmWiki site >> yum install mysql-server php-mysql service httpd restart service mysqld start /usr/bin/mysqladmin -u root password 'new-password' mysql -P CREATE USER 'aigaion'@'localhost' IDENTIFIED BY 'pass1'; CREATE DATABASE aigaion; GRANT ALL ON aigaion.* TO 'aigaion'@'localhost'; CREATE DATABASE aigaion2; GRANT ALL ON aigaion2.* TO 'aigaion'@'localhost'; ^D #import old DB mysql -p < ~sergio/aigaion_backup_2009_02_24.sql mysqlcheck -p -A chgrp apache /WWW/aigaion/documents chmod g+w /WWW/aigaion/documents chgrp apache /WWW/aigaion2/attachments chmod g+w /WWW/aigaion2/attachments open https://yoursever/aigaion2/install/install.php and follow the instructions. << RAID Administration | AdminNotes | Add a PmWiki site >> |