2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00
Commit Graph

215 Commits

Author SHA1 Message Date
Gavin D'souza
ca65c3275a Merge branch master into wkhtmltopdf-playbooks-update-v0.12.5 2020-03-17 11:14:55 +05:30
gavin
495a038c45
fix(easy-install): compatibility for easy install on PY2 (#937)
* fix: compatibility for easy install on PY2

* test: remove python-distutils from travis

* chore: handle specific CalledProcessError for setuptools

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
2020-02-27 21:19:20 +05:30
Gavin D'souza
f3bcc42abe fix: add provision to install downloaded packages 2020-02-27 12:58:52 +05:30
Gavin D'souza
cf3c0b9265 fix: checksum expression 2020-02-26 15:51:21 +05:30
Gavin D'souza
de1af44b7f chore(playbooks): update wkhtmltopdf to v0.12.5 2020-02-26 14:49:28 +05:30
Chinmay D. Pai
0a9effdfb4
chore: setup distutils inside travis
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-02-20 20:12:28 +05:30
Chinmay D. Pai
986015c13c
chore: substitute shutil.which with find_executable on py2
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-02-20 20:02:35 +05:30
Chinmay D. Pai
0b3feb1f7b
chore: add check for CI
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-02-20 19:55:50 +05:30
Chinmay D. Pai
d47e1ac330
chore: fix easy_install
import print from __future__ for python2 to use print's file param

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-02-20 19:46:40 +05:30
Gavin D'souza
4474f463dc fix: chown frappe_user home directory 2020-01-22 18:05:02 +05:30
gavin
2266b96880
Merge pull request #893 from gavindsouza/easy-inst-diff
fix(easy_install): log files saved with timestamp
2020-01-09 15:25:58 +05:30
Gavin D'souza
9cc6e2e2a8 fix(easy_install): datetime formatting 2020-01-09 15:22:29 +05:30
Gavin D'souza
b80cecc917 fix(easy_install): log files saved with timestamp 2020-01-07 15:34:34 +05:30
gavin
48db77318a
Merge pull request #892 from gavindsouza/setup-prod
fix(easy_install): overwrite config files
2020-01-06 12:51:14 +05:30
Gavin D'souza
aebd75990a fix(easy_install): overwrite config files 2020-01-06 12:11:28 +05:30
Gavin D'souza
f251feae87 fix: install pip via pacman, minor fixes 2020-01-02 14:23:55 +05:30
Gavin D'souza
c7381defd3 fix: updated sequence of package updates
chore: breakdown install_bench in smaller functions
2019-12-27 13:14:33 +05:30
Gavin D'souza
9e3d5c8587 chore: use shutil.which instead of find_executable 2019-12-20 14:45:56 +05:30
Gavin D'souza
07d23d6911 chore: rename print function to log 2019-12-19 14:38:46 +05:30
Gavin D'souza
bc190a6d3b chore: check if locales are set to avoid install breaking for click
setup + minor fixes
2019-12-19 14:01:24 +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
Chinmay D. Pai
ba4602bb2b
chore: pin ansible version to 2.8.5
i think some changes to the newer version of ansible api (2.9.0) causes
mariadb installation to fail spectacularly. pinning the ansible version
to 2.8.5 should fix this issue for now.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-11-04 17:32:17 +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
Aldo
f2aa068277 libssl1.0-dev package name is replaced by libssl-dev. 2019-10-01 18:01:08 -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
46566cd9ac fix(ansible): Make everything verbose 2019-07-23 19:50:07 +05:30
Saurabh
94525d0721 fix: branch argument while running easy install 2019-07-23 12:04:47 +05:30
Sahil Khan
0e91bf43fd fix(easy_install): add version argument for installing different versions 2019-07-22 16:01:36 +05:30
Saurabh
ac51286f3c
Merge pull request #816 from adityahase/py3
fix: Initialise bench with Python 3
2019-07-22 15:32:50 +05:30
Saurabh
58e42c30ef
Merge pull request #801 from frappe/ubuntu-19-easy_install
fix(easy_install): add support for Ubuntu 19.04
2019-07-22 15:01:57 +05:30
Aditya Hase
e24ca16c90 fix: Initialize bench with Python 3 2019-06-21 10:52:13 +05:30
Saurabh
f23698afd7 fix: perm while executing create user 2019-06-14 18:47:47 +05:30
Saurabh
b6dd496e35 fix: separate out scripts 2019-06-14 18:47:47 +05:30
Saurabh
d5003e1944 fix: dir permissions 2019-06-14 18:47:47 +05:30
Saurabh
9fe3a91605 fix: requests package dependancy for centos 2019-05-16 19:26:02 +05:30
Chinmay Pai
81330fd894
fix(easy_install): add support for Ubuntu 19.04 2019-05-09 23:51:10 +05:30
Saurabh
b4dcea8b0e fix: easy install script 2019-05-07 09:47:35 +05:30
Saurabh
8126143815 enhancement: provision to pass mariadb version 2019-05-07 08:51:54 +05:30
Ameya Shenoy
ea73913115
feat(LXC): container support for Frappe 2018-12-11 23:33:26 +05:30