How To Install OpenPublish On Ubuntu Server 10.04 LTS
Feb 13, 2011, 07:04 (0 Talkback[s])
[ Thanks to Falko
Timme for this link. ]
"This tutorial explains how to install OpenPublish on
an Ubuntu 10.04 LTS server. Open Publish is an open source platform
designed specifically for the online news industry.
"Configure MySQL
1. Create database:
mysqladmin create [database]
2. Access MySQL:
mysql -u root -p[password]
3. Grant manipulation privileges to the database:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX,
ALTER
ON [database].*
TO '[database_username]'@'localhost' IDENTIFIED BY
'[password]';
4. Flush the grant tables (same as reload):"
Complete Story
Related Stories: