|
InstallOnUbuntu
Quick Ubuntu Installation Guide
NOTE The repos below are out of date!
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
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.
CREATE and ALTER are needed by mogdbsetup:
GRANT CREATE,ALTER,SELECT,INSERT,UPDATE,DELETE ON mogilefs. TO 'mogilefs'@'mogilehost.yourdomain.loc';
Is there working version of init.d/ scripts for mogilefs? Can't find any... Working on Ubuntu10.10
https://launchpad.net/~hgeerts/+archive/mogilefs for maverick