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

73 Commits

Author SHA1 Message Date
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
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
Ameya Shenoy
ea73913115
feat(LXC): container support for Frappe 2018-12-11 23:33:26 +05:30
Ameya Shenoy
8aa7c2b913
fix(travis): urllib3 2018-10-18 13:05:29 +05:30
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
642935a8a8
removed pip lockdown on 9.0.3 2018-08-15 18:02:03 +00: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
b8911fbf18
Merge pull request #674 from codingCoffee/crypto3
cryto
2018-06-09 15:54:10 +05:30
Ameya Shenoy
e61227c973
cryto 2018-06-09 10:23:12 +00:00
Ameya Shenoy
bb2453f7e2
requests urllib3 crypto fixes 2018-06-09 10:13:23 +00:00
Ameya Shenoy
c565269acf
cryptography urllib3 fixes 2018-06-09 10:09:44 +00:00
Ameya Shenoy
8cb621cfdd
Merge pull request #638 from codingCoffee/frappe_erp
set repo-url and branch for frappe and erpnext
2018-04-16 19:33:08 +05:30
Ameya Shenoy
4c13cb4289
frooze pip at 9.0.3 2018-04-16 11:22:32 +05:30
Ameya Shenoy
946365196a
set repo-url and branch for frappe and erpnext 2018-04-15 05:00:16 +05:30
Ameya Shenoy
5d7bb5a896
Compatibility fixes for pip 10 2018-04-15 03:23:49 +05:30
Ameya Shenoy
c8c9104ff9
minor 2018-04-10 18:41:30 +05:30
Ameya Shenoy
8a82f98eac
minor fixes 2018-04-10 12:47:45 +05:30
Ameya Shenoy
12f93976d0
Blank password not accepted
Stopped accepting blank passwords for MySQL password and Administrator password
in the install script
2018-04-09 15:50:43 +05:30
Ameya Shenoy
bebcd5300e
install prereqs before setup production
- removed locked down version of ansible, downloads latest now
- install ansible and other prereqs before bench setup production
2018-04-09 12:34:39 +05:30
Ameya Shenoy
d0303a6a84
update ansible version 2018-03-26 19:27:14 +05:30
Ameya Shenoy
f37768cef6
minor fix 2018-03-26 18:26:16 +05:30
Ameya Shenoy
1eed28eade
Handle python3 version for centos 2018-03-26 17:05:47 +05:30
Ameya Shenoy
d17406ce29
path not found fix 2018-03-05 13:17:46 +05:30
Ameya Shenoy
ffd75e5158
Playbook restructure part 1 2018-02-15 17:48:17 +05:30
Ameya Shenoy
c7062e1b38
Refactor code
- bumped up ansible from 2.3.1 to 2.4.1
- renamed include to include_tasks since it has been deprecated in
ansible 2.4
2018-02-05 01:50:10 +05:30
Ameya Shenoy
48e30a8e75
reverted ansible to 2.3 from 2.4 2018-01-28 19:44:32 +05:30
James Robertson
1769ee0f18 support for debian 9
support for debian 9
2017-11-30 08:35:19 -06:00
James Robertson
60b417c9e3 Ansible 2.4.1
Ansible 2.4.1
2017-11-29 12:39:28 -06:00
Saurabh
e821ba5e3b [fix] install ansible 2.3.1 2017-10-10 12:41:12 +05:30
Saurabh
2e6ca1613d roles to setup production environment 2017-09-04 18:46:22 +05:30
Saurabh
e360b0702a [fix] provision to specify bench name explicitly 2017-09-04 18:46:21 +05:30
Rushabh Mehta
aea6bf5e4b Develop (#463)
* Add arguments for mysql_root_password and admin_password
Consider existing passwords.txt

* Remove duplicated --overwrite after rebase

* python 3 compatible changes for `update_npm_packages` (#434)

* Fix travis (#446)

* python 3 compatible changes for `update_npm_packages`

* install urllib3 pyOpenSSL ndg-httpsclient pyasn1 to fix wkhtmltopdf download failure on Travis

* use latest version of ansible

* test should look for mysqlclient-1.3.10 not mysqlclient-1.3.8

* `exec_cmd` causes TypeError on Python 3 (#451) (#452)

* python 3 compatible changes for `update_npm_packages`

* add universal_newlines=True to Popen

* Added docker specific changes to bench (#460)

* Added skip_bench_mkdir flag

* added skip_bench_mkdir and skip_redis_config_generation

* Removed the brackets around not in the utils.py/redis.generate_config()

* Replace lines 56-61 in utils.py since the tests failed.

* Reinstated lines 56-61

* printing the dirname

* Removed the rogue break

* Update utils.py
2017-08-03 16:33:57 +05:30
Daniel Weipert
6d2afdd9ec Add overwrite help message 2017-05-16 11:54:52 +02:00
Daniel Weipert
a04f45b0d9 Add --overwrite argument 2017-05-16 11:54:52 +02:00
Revant Nandgaonkar
080ca173a6 ran 2to3 script (#381)
* ran 2to3 script

* Correct urllib.parse import

* Backward compatible urllib import

* removed test_setup_production_v6
2017-04-17 17:28:18 +05:30
Rushabh Mehta
2cdd938d49 [fix] wkhtmltopdf executable 2016-10-13 13:08:12 +05:30
shreyas
6b5404e9c6 [Minor] Store mysql and admin passwords in passwords.txt and Show success message after completion of the script 2016-09-22 15:39:42 +05:30
Valmik Jangla
d23d7489d7 Added macos support for version check 2016-08-03 01:29:34 -07:00
Valmik Jangla
9811ad24d2 Fixed Debian 7, added version check 2016-08-03 00:24:24 -07:00
Rushabh Mehta
1c4385bf9b Merge pull request #278 from shreyasp/bench/rate_limit_conn
[Minor] Nginx rate limiting and Improvements to Bench Installer
2016-08-01 16:55:44 +05:30
shreyas
d8215c6f1d [Fix] Fixes to replace new installer in erpnext and frappe travis.yml 2016-08-01 16:24:56 +05:30
Rushabh Mehta
94d27493d2 [minor] fixes for travis 2016-08-01 11:14:18 +05:30
shreyas
20c24a3923 [Minor] Add limit_conn_zone to bench nginx config 2016-07-28 14:59:53 +05:30
shreyas
87414d218b [Fix] Add curl and wget to bench installer. Node v5 installer fixes 2016-07-26 13:37:06 +05:30