I have a bitnami magento instance running. My OS is Mac and i am using the terminal, can access phpmyadmin with SSH, and with the ftp settings, I can access the files (using cyberduck) but I do not have the appropriate permissions to access my magento files.
I am trying to update the magento.conf file so as to get the domain to be the root (and get rid of the /magento/ from my application)
in the wiki documentation, I have tried the following:
$ sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/your_plugin_directory
$ sudo chmod -R g+w /opt/bitnami/apps/wordpress/your_plugin_directory
using the above directory (replacing where appropriate maggneto structure) as well as the following file directory:
/home/bitnami/apps/magento/conf
Am I making any critical errors in this set up?
I cannot change the files within the ftp as i keep getting errors regarding permissions