I have did all the procedures as mentioned in several places and I also learned from lynda.com video tutorial. I used Mac 10.7 and I installed rubystack. I created the datab
You'll want to grant permissions on the simplecmsdevelopment
database for simple_cms@localhost
:
GRANT ALL PRIVILEGES ON 'simplecmsdevelopment'.* TO 'simple_cms'@'localhost';
You might want to change the directory permissions to something like 755 for /usr/local/bin
as well... That should fix the warning.