2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00
bench/installers
2015-12-29 13:45:45 +03:00
..
ansible_playbooks made ansible idempotent 2015-12-29 13:45:45 +03:00
brew_formula fixed honcho dependency by creating symlinks 2015-12-27 01:43:55 +03:00
deb_package_build new debian rules with installation to /usr/bin 2015-12-27 18:19:24 +03:00
packages rebuilt package, works ok 2015-12-27 18:17:33 +03:00
rpm_package_build new rpm rules 2015-12-27 18:20:19 +03:00
readme.md explained directory structure 2015-12-25 20:44:07 +03:00

Install packages for standard platforms
Contents:

  • ansible_playbooks : ansible configuration to prepare environment before installing bench (adds repos, installs packages, configures services)
  • brew_formula : bench.rb formula file and readme.md about it's usage
  • deb_package_build : configuration files for build of .deb package from sources
  • packages : ready-to-be-installed .deb and .rpm packages
  • rpm_package_build : configuration files for build of .rpm package from sources