Gavin D'souza
de1af44b7f
chore(playbooks): update wkhtmltopdf to v0.12.5
2020-02-26 14:49:28 +05:30
Gavin D'souza
4474f463dc
fix: chown frappe_user home directory
2020-01-22 18:05:02 +05:30
Gavin D'souza
aebd75990a
fix(easy_install): overwrite config files
2020-01-06 12:11:28 +05:30
Gavin D'souza
2b6260d63e
fix: install missing dirmngr for debian installs
2019-12-18 18:19:17 +05:30
Gavin D'souza
b3feaa255b
feat(easy-install): seperate logging and cleaner UI
2019-12-18 15:07:51 +05:30
Gavin D'souza
a922d198a2
chore: update deprecated usages
2019-12-18 14:14:12 +05:30
Gavin D'souza
fce86fa896
fix: fix permissions for python3 bench init
2019-12-18 14:11:05 +05:30
Gavin D'souza
c88940d5fc
Merge branch 'playbooks-update' of github.com:gavindsouza/bench into playbooks-update
2019-12-18 10:51:27 +05:30
Gavin D'souza
e9205b5032
fix: remove npm to fix ubuntu 18 install conflicts
2019-12-18 10:49:38 +05:30
gavin
cb112dfb36
Merge branch 'master' into playbooks-update
2019-12-17 10:09:06 +05:30
Marco Gabriel
72c70b23bf
feat(easy_install): add support for debian 10
...
* Easy Installer did not support Debian 10 Buster, so I changed the playbooks to support Debian 10.
* Related Issue: #831
* Tested in a newly deployed Debian 10 Buster running on KVM and in a brand new deployed LXC Container (--container) also running fine.
2019-12-15 10:19:33 +05:30
Gavin D'souza
498e777b57
fix(ansible): deprecated warnings for | expression
2019-12-04 18:40:07 +05:30
Gavin D'souza
fd7d59d2be
fix(ansible): deprecated warnings install loops
2019-12-04 18:35:42 +05:30
Saurabh
6f3f8f6eb0
fix: version comparison
2019-10-21 15:40:19 +05:30
Saurabh
7af5e6732d
fix: setup libssl dependancy by checking distribution
2019-10-21 15:36:02 +05:30
Aldo
7dfde164f7
libssl1.0-dev package name is replaced by libssl-dev. [2-Fixed it on debian_family.yml file]
2019-10-01 18:03:07 -04:00
Aditya Hase
31fc3a0ebb
fix(pdf): Use libssl1.0-dev instead of libssl-dev
2019-08-27 15:12:58 +05:30
Aditya Hase
e24ca16c90
fix: Initialize bench with Python 3
2019-06-21 10:52:13 +05:30
Saurabh
8126143815
enhancement: provision to pass mariadb version
2019-05-07 08:51:54 +05:30
Achilles Rasquinha
64b02207ca
Added pv as dependency for database restore
2018-09-23 18:15:14 -05:00
Ameya Shenoy
de94469581
feat(ubuntu 18): Add support for Ubuntu 18.04
...
- added ubuntu 18 in the list of supported OS for the easy install
script
- ensured the install script for mariadb which works on ubuntu xenial
also works on ubuntu bionic
- sidenote: prevented pip from installing requests, since a system
package is already installed in centos 7
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-16 22:59:09 +05:30
Ameya Shenoy
2b090d6014
Merge pull request #699 from mhbu50/patch-1
...
Update debian_family.yml
2018-07-10 16:54:33 +05:30
Mohammed R Abukhamseen
7adc84e526
Update redhat_family.yml
...
Add cups-libs library to install pycups module in Redhat family OS
2018-07-10 14:19:09 +03:00
Mohammed R Abukhamseen
bf67e1c517
Update debian_family.yml
...
add libcups2-dev library to install pycups module
2018-07-10 14:02:11 +03:00
Ameya Shenoy
1262f25704
multiple fixes:
...
- in travis tests added check for the node_modules folder not found, since it was moved to frappe from v11 onwards
- added --without-erpnext flag to install only frappe
- identified but not yet fixed localctl failure on scaleway cloud (instant fix: apt install keyboard-configuration kbd console-data)
- fixed owner and permissions for bench.log in logs
- fixed mariadb set root password issue
- added libselinux-python to centos for localctl issues
2018-07-10 12:12:14 +05:30
Ameya Shenoy
f180f026ef
url fix for node on cent
2018-07-04 10:54:13 +05:30
Ameya Shenoy
b7b03e6ec1
Merge pull request #689 from codingCoffee/node
...
modify node install
2018-07-03 14:15:50 +05:30
Ameya Shenoy
297f0d4bc5
modified mode install method
2018-07-03 13:31:13 +05:30
Aditya Hase
f90f7e141e
Add single quotes around password variables in ansible script
...
As mentioned in #657 admin and mysql root password with whitespaces
aren't recognized properly by shell adding single quotes around them
fixes this issue.
2018-07-02 16:24:53 +05:30
Ameya Shenoy
2913f6d648
mariadb fixes
2018-06-09 10:01:45 +00:00
Ameya Shenoy
946365196a
set repo-url and branch for frappe and erpnext
2018-04-15 05:00:16 +05:30
Ameya Shenoy
8a82f98eac
minor fixes
2018-04-10 12:47:45 +05:30
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
Ameya Shenoy
99cf7610c0
increased default max_packet_size to 256M
...
Increased the max_packet_size for both mysqld and mysqldump to 256M. Change was made to prevent backup/restore failure due to large packet size, which used to showup as tabSingles not found
2018-04-09 15:11:55 +05:30
Ameya Shenoy
4061c811d8
Added option to set default site name
2018-04-09 11:53:51 +05:30
Ameya Shenoy
9b24458a96
Set default shell as bash for frappe user
...
- Commented the reason for using particular version of wkhtmltopdf
- Changes the default shell to bash for frappe user
2018-04-09 11:43:07 +05:30
Ameya Shenoy
e6c1d5a3cc
Merge branch 'master' into vm_build
2018-03-27 19:12:16 +05:30
Ameya Shenoy
1eed28eade
Handle python3 version for centos
2018-03-26 17:05:47 +05:30
Ameya Shenoy
97d81b0ba4
Install python3.6 in centos
2018-03-26 15:46:05 +05:30
Ameya Shenoy
35f3e88ddf
Merge branch 'master' into vm_build
2018-03-17 18:49:53 +05:30
Ameya Shenoy
ae7c28e9c1
fixes to prevent uncommited files in production
2018-03-08 21:44:12 +05:30
Ameya Shenoy
e59c704229
minor fix
2018-03-08 19:07:57 +05:30
Ameya Shenoy
9e28e4cf5b
minor fixes
2018-03-04 06:15:50 +05:30
Ameya Shenoy
30b12a6dd4
VM build fixes
...
- added bench command to install packer 1.2.1
2018-03-04 02:48:05 +05:30
Ameya Shenoy
fe858bfa36
Fixes for VM builds
...
- removed the packer binary
- added a bench command to install virtualbox
2018-03-04 01:04:17 +05:30
Ameya Shenoy
a9a327cff9
compatibility with bench setup and install cmds
2018-03-03 12:46:05 +05:30
Ameya Shenoy
ebda0be772
modify 'bench install' to work with new structure
2018-03-03 12:22:01 +05:30
Ameya Shenoy
68b5e1b9ae
develop installs python3 bench
2018-03-01 07:49:41 +05:30
Ameya Shenoy
ee695ff14b
debian and centos fixes
2018-03-01 05:20:58 +05:30
Ameya Shenoy
acbfbbedf6
debian mariadb fix
2018-03-01 04:45:25 +05:30