2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 16:36:25 +00:00
bench/playbooks
Ameya Shenoy 348e38f37a
changed node version install from 6 to 8
- broken down the node install into multiple parts based on OS
- change the default node version to be installed from 6 to 8
2018-04-09 15:51:11 +05:30
..
roles changed node version install from 6 to 8 2018-04-09 15:51:11 +05:30
create_user.yml Set default shell as bash for frappe user 2018-04-09 11:43:07 +05:30
install.py Blank password not accepted 2018-04-09 15:50:43 +05:30
macosx.yml compatibility with bench setup and install cmds 2018-03-03 12:46:05 +05:30
README.md Playbook restructure part 1 2018-02-15 17:48:17 +05:30
site.yml install prereqs before setup production 2018-04-09 12:34:39 +05:30
vm_build.yml minor fixes 2018-03-04 06:15:50 +05:30

Deploying a, developer/production-ready ERPNext website with Ansible

Supported Platforms

- Debian 8, 9
- Ubuntu 14.04, 16.04
- CentOS 7

Directory Structure

TODO

Notes for maintainers

- For MariaDB playbooks refer https://github.com/PCextreme/ansible-role-mariadb 
- Any changes made in relation to a role should be dont inside the role and not outside it

TODO:

  1. Planned Platform
    • Arch Linux
    • Fedora
    • RedHat
  2. Consider reffering to https://github.com/geerlingguy/ansible-role-mysql.git for MariaDB playbook