frappe / frappe_docs

[DEPRECATED] Frappe Framework Documentation. Please don't raise new contributions here.
https://frappeframework.com/docs
Other
44 stars 96 forks source link

fix: macOS installation MariaDB config path #197

Closed vrslev closed 2 years ago

vrslev commented 3 years ago

Installation documentation now has incorrect MariaDB config paths. This PR fixes this.

vrslev commented 3 years ago

Just realised that in M1 guide it is recommended to switch terminal to Rosetta. In this case path is right. Despite that, db config path in Intel guide is still wrong. I will change M1 path back.

vrslev commented 3 years ago

Created more extensive guide improvement (#198) that overrides this PR.

sumaiya2908 commented 3 years ago

You can confirm the path using this command in your rosetta terminal. mysql --verbose --help | grep my.cnf

vrslev commented 3 years ago

@sumaiya2908 On MariaDB Rosetta installation I get /usr/local/etc/my.cnf. On Intel Mac also /usr/local/etc/my.cnf— so I fixed it in guide.