2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[fix] macos install works

This commit is contained in:
Rushabh Mehta 2016-03-15 12:30:55 +05:30
parent f1be9f0eed
commit b5653eced1
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
---
- hosts: localhost
- include: develop/macosx.yml
when: ansible_os_family == 'Darwin'
- include: macosx.yml
when: ansible_os_family == 'Darwin'

View File

@ -3,7 +3,7 @@
vars:
bench_repo_path: "/usr/local/frappe/bench-repo"
bench_path: "/Users/{{ ansible_user_id }}/frappe/frappe-bench"
mysql_config_template: "develop/simple_mariadb_config.cnf"
mysql_config_template: "templates/simple_mariadb_config.cnf"
mysql_conf_dir: /usr/local/etc/my.cnf.d
tasks:
@ -27,10 +27,10 @@
when: ansible_os_family == 'Darwin'
# setup MariaDB
- include: develop/setup_mariadb.yml
- include: setup_mariadb.yml
# setup frappe-bench
- include: develop/setup_bench.yml
- include: setup_bench.yml
# setup procfile