mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
[fix] macos install works
This commit is contained in:
parent
f1be9f0eed
commit
b5653eced1
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
- include: develop/macosx.yml
|
- include: macosx.yml
|
||||||
when: ansible_os_family == 'Darwin'
|
when: ansible_os_family == 'Darwin'
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
vars:
|
vars:
|
||||||
bench_repo_path: "/usr/local/frappe/bench-repo"
|
bench_repo_path: "/usr/local/frappe/bench-repo"
|
||||||
bench_path: "/Users/{{ ansible_user_id }}/frappe/frappe-bench"
|
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
|
mysql_conf_dir: /usr/local/etc/my.cnf.d
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@ -27,10 +27,10 @@
|
|||||||
when: ansible_os_family == 'Darwin'
|
when: ansible_os_family == 'Darwin'
|
||||||
|
|
||||||
# setup MariaDB
|
# setup MariaDB
|
||||||
- include: develop/setup_mariadb.yml
|
- include: setup_mariadb.yml
|
||||||
|
|
||||||
# setup frappe-bench
|
# setup frappe-bench
|
||||||
- include: develop/setup_bench.yml
|
- include: setup_bench.yml
|
||||||
|
|
||||||
# setup procfile
|
# setup procfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user