2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
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
Valmik Jangla
a28f8c8d4e [fix] branch for bench-repo 2016-07-24 03:09:37 -07:00
Anand Doshi
fc2dbb976c [fix] installer - sudo user 2016-06-30 16:41:03 +05:30
Anand Doshi
15492630af [fix] installer - ask password 2016-06-28 15:06:12 +05:30
Anand Doshi
68564849e6 [fix] installer and travis 2016-06-28 13:22:58 +05:30
Valmik Jangla
4848cddd51 [fix] fixed setuptools for ubuntu 2016-06-28 11:26:10 +05:30
shreyas
3a0405bb54 [Fix] Bypassed get_passwords for development env, and extra_vars.json to be created in tmp directory 2016-06-09 12:52:02 +05:30
shreyas
bf56902cd7 [Fix] Ansible installer fails to install wkhtmltopdf with newer ansible version 2016-05-27 15:45:08 +05:30
Anand Doshi
f62eb6c6d5 [fix] create user in installer 2016-05-25 18:01:36 +05:30
Anand Doshi
efb31eab04 [fix] [new installer] bench branch to frappe/bench and branch as develop 2016-05-25 15:08:36 +05:30
shreyas
0e754c53ab [Testing] Branch for testing purpose 2016-05-23 15:51:29 +05:30
shreyas
3939787243 [Fix] Moved all production scripts under production folder 2016-05-18 18:53:01 +05:30
shreyas
d8183de9b3 [Fix] Added new folder named production and moved production ansible script 2016-05-18 18:40:46 +05:30
shreyas
6b3ef05d97 [Major] Migrating setup_frappe script from bash to ansible 2016-05-18 18:27:40 +05:30
Anand Doshi
10b86c94fa [fix] use develop branch for bench 2016-04-13 21:21:41 +05:30
Anand Doshi
262d05e4d8 [fix] use master branch in install.py 2016-04-06 16:05:51 +05:30
Anand Doshi
bba5b46112 Set version as 2.0.0 and split cli.py into multiple files 2016-03-22 13:14:31 +05:30
Anand Doshi
124abbd725 [centos] install.py 2016-03-18 15:43:07 +05:30
Anand Doshi
6b6de9d2d0 [fix] [playbook] ubuntu dev setup ready 2016-03-17 15:20:21 +05:30
Anand Doshi
74821ae13f [fix] [playbook] ubuntu installer 2016-03-17 12:59:53 +05:30
Rushabh Mehta
13b4825fb6 [fix] shallow clone 2016-03-16 13:03:09 +05:30
Rushabh Mehta
e426c00e3a cleanup 2016-03-15 18:11:08 +05:30
Rushabh Mehta
f1be9f0eed [fix] playbooks path 2016-03-15 12:30:02 +05:30
Rushabh Mehta
0a80d0dfcf added playbooks 2016-03-15 12:24:17 +05:30