|
InstallOnUbuntu
Quick Ubuntu Installation Guide
sudo apt-get update sudo apt-get install mogilefsd mogstored sudo /etc/init.d/mogilefsd start sudo /etc/init.d/mogstored start |
► Sign in to add a comment
|
|
Search
|
|
InstallOnUbuntu
Quick Ubuntu Installation Guide
sudo apt-get update sudo apt-get install mogilefsd mogstored sudo /etc/init.d/mogilefsd start sudo /etc/init.d/mogstored start |
on Database Host:
on Mogile Host use "mogdbsetup" (delivered with .deb):
You will also require the tools such as mogadm. These come from the same repository: sudo apt-get install mogilefs-utils
@ phillip.hagedorn
mysql> GRANT SELECT,INSERT,UPDATE,DELETE ON mogilefs.* TO 'mogilefs'@'mogilehost.yourdomain.loc';
mogilefs-utils is currently broken in this repository for ubuntu hardy. Try https://edge.launchpad.net/~yola/+archive/ppa or https://edge.launchpad.net/~bearnard/+archive/ppa instead.