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:
parent
f1be9f0eed
commit
b5653eced1
@ -1,4 +1,4 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
- include: develop/macosx.yml
|
||||
when: ansible_os_family == 'Darwin'
|
||||
- include: macosx.yml
|
||||
when: ansible_os_family == 'Darwin'
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user