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

25 Commits

Author SHA1 Message Date
phot0n
6b99d1d60b chore: change the default version to 13 of erpnext and frappe when installing using easyinstall 2021-12-08 20:25:30 +05:30
Abhishek Balam
6137086e03
feat: Set default version for easy install to v13 (#1189)
* feat: set default version for easy install to v13

* fix: python version based version picking fixed and reverted changes to node version in installation script

* fix: revert test version

Co-authored-by: gavin <gavin18d@gmail.com>
2021-08-30 12:29:09 +05:30
Gavin D'souza
753e36d433 fix: Revert print compatibility import 2021-05-11 19:57:24 +05:30
Gavin D'souza
54d48f61a3 fix: Remove PY2 compatibility code
* Set Python requires Python 3.6+ but < Py4
* Remove six from dependencies
* Use click.confirm instead of self implemented confirm code
* Fix imports for 3.6+ compatibility

References for updated imports:
* https://docs.python.org/3/library/configparser.html
* https://docs.python.org/3/library/urllib.request.html#legacy-interface
* https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlparse
* https://docs.python.org/3/library/importlib.html#importlib.reload
2021-05-11 12:01:32 +05:30
Nicolas Streng
4eb4f01d19
Merge branch 'develop' into develop 2021-02-17 08:11:25 +01:00
Nicolas Streng
5c5d2b57df fix: create bench folder in user directory 2021-02-16 16:45:07 +01:00
DANY ROBERT
17ef5da5ce
fix: Upgrade pip first (#1120)
* fix: Upgrade pip first

`pip` needs to be upgraded before `cryptography` to avoid version compatibility error.

* fix: Add setuptools-rust in upgrade.

* fix: Install setuptools-rust

* fix: Add setuptools-rust in requirments.txt

* fix: Revert unwanted addition to README

* fix: Install setuptools-rust beforehand.

* fix: Upgrade pip beforehand.

* fix: Upgrade pip separately beforehand.

* fix: Upgrade setuptools-rust with pip.

* chore: Remove unused dependency

Co-authored-by: gavin <gavin18d@gmail.com>
2021-02-16 20:17:49 +05:30
gavin
485aaa074d
Merge branch 'develop' into patch-6 2020-11-24 15:47:27 +05:30
Gavin D'souza
aae7ec4ca6 chore: Remove extra whitespaces 2020-11-24 15:46:51 +05:30
Hendy Irawan
2c4659a7aa fix(install): Helpful logging
Co-authored-by: gavin <gavin18d@gmail.com>
2020-10-30 10:53:04 +00:00
gavin
a951557800
Merge branch 'develop' into patch-6 2020-10-30 16:21:04 +05:30
Hendy Irawan
6a207ca57a fix(install): Allow override of frappe_branch and erpnext_branch
Regardless of args.version (which always has a default set).
Additionally, print useful log of (non-credentials) variables used.
2020-10-30 10:39:46 +00:00
gavin
6ba5198dc7
Merge branch 'develop' into patch-5 2020-10-28 14:10:02 +05:30
Hendy Irawan
608b28c246 fix(install): Obey --without-site 2020-10-27 16:33:37 +00:00
Hendy Irawan
482bb2e591 build(install): Upgrade Ansible to 2.8.15 (or later patch version) 2020-10-27 16:27:23 +00:00
Hendy Irawan
df0562d59b
fix(install): Install dev packages for Arm 64-bit
Until psycopg2-binary is available for aarch64 (Arm 64-bit), we'll need libpq and libssl dev packages to build psycopg2 from source

Fixes https://github.com/frappe/bench/issues/1084
2020-10-04 00:13:23 +07:00
Gavin D'souza
61567be3f6 fix: Install wheel during ansible setup
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
2020-09-03 13:46:33 +05:30
Gavin D'souza
0ad44214cf fix: Use 'develop' bench if not specified! 2020-09-03 13:07:13 +05:30
Gavin D'souza
550f55d146 fix: Update package lists and setup prereqs before setting up script
deps
2020-09-03 12:46:28 +05:30
Gavin D'souza
f032fc0b86 fix: Check if Py3.5+ before installing distro 2020-08-14 20:29:46 +05:30
Adam Tang
ff48ceda91 fix: use sys version info instead of user entry 2020-08-14 16:11:40 +08:00
Adam Tang
967d1498f6 fix: using distro instead of platform
do such a way that platform is still perserved and sure to be removed
said v13 for python3 era.
2020-08-14 13:20:36 +08:00
Gavin D'souza
fadf44d747 fix(install): SHow Debian 10 is supported, update MariaDB defaults 2020-08-05 16:31:27 +05:30
Gavin D'souza
08bc61a53a fix(playbooks): pre v5.1 compatibility for playbooks folder 2020-05-07 15:00:34 +05:30
Gavin D'souza
803fa2d6ac fix: update easy install location 2020-05-02 20:07:16 +05:30