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

886 Commits

Author SHA1 Message Date
Faris Ansari
4497267269 Prompt to install yarn in global 2018-02-20 17:12:19 +05:30
Faris Ansari
6e73871e55 Restore process order 2018-02-20 13:21:10 +05:30
Faris Ansari
a0ad05ca91 Merge with master 2018-02-20 13:20:25 +05:30
Faris Ansari
adfc11008a Disable watch in CI 2018-02-20 13:19:42 +05:30
Achilles Rasquinha
6a233a9b5c [FIX] start node processes right after python and redis 2018-02-20 11:28:59 +05:30
Faris Ansari
b77434bb61 Install yarn if not found 2018-02-19 20:25:35 +05:30
Faris Ansari
37b2bbd379 trigger yarn patch again 2018-02-19 18:10:58 +05:30
Faris Ansari
72968e6bb5 Install yarn locally 2018-02-19 18:03:37 +05:30
Faris Ansari
884c0766d2
install yarn using sudo (#574) 2018-02-19 14:26:25 +05:30
Faris Ansari
5d0a453ccb
[fix] update_npm_packages, patch to install yarn (#572) 2018-02-19 13:11:21 +05:30
Achilles Rasquinha
9c834bc561
Merge pull request #571 from frappe/py3-fix
bytes to str
2018-02-15 12:45:56 +05:30
Achilles Rasquinha
12224b7086 bytes to str 2018-02-15 12:45:05 +05:30
Achilles Rasquinha
f961a9c32e
Merge pull request #570 from saurabh6790/py_prerequisites
[fix] update setuptools and pip before creating virtual env and use system default python
2018-02-09 11:37:31 +05:30
Saurabh
8876a40175 [fix] update setuptools and pip before creating virtual env and use system default python 2018-02-09 10:56:17 +05:30
Achilles Rasquinha
cfe169ab4b
Merge pull request #568 from achillesrasquinha/get-app-fe
get apps from both, frappe and erpnext
2018-02-07 17:15:00 +05:30
Achilles Rasquinha
780c1b7488 get apps from both, frappe and erpnext 2018-02-07 17:12:32 +05:30
Achilles Rasquinha
4d271e436e
Merge pull request #567 from netchampfaris/fix-exec-py
fix path executable to python3
2018-02-07 15:58:22 +05:30
Faris Ansari
b5839dafeb fix path executable to python3 2018-02-07 15:55:28 +05:30
Achilles Rasquinha
7b7d569c2d
Merge pull request #564 from achillesrasquinha/556
Backup, then Migrate Environments. (And not vice-versa)
2018-02-06 10:25:45 +05:30
Achilles Rasquinha
e446848ae0 removed tempdir 2018-02-05 18:54:44 +05:30
Achilles Rasquinha
a3f6c4b346 Removed copytree 2018-02-05 18:46:41 +05:30
Achilles Rasquinha
c00b581648 Fixed merge conflicts 2018-02-05 18:45:50 +05:30
Achilles Rasquinha
0de8bf0ea7 updated migrate-env 2018-02-05 18:42:29 +05:30
Achilles Rasquinha
2dc796ba87
Merge pull request #563 from rmehta/install-frappe-first
[py3] install frappe first
2018-02-05 16:13:03 +05:30
Rushabh Mehta
12c73a8cf3 [py3] install frappe first 2018-02-05 15:32:28 +05:30
Achilles Rasquinha
de1edbe667
Merge pull request #561 from achillesrasquinha/556
Migrate from one Python Version to Another
2018-02-05 11:08:17 +05:30
Achilles Rasquinha
300c3eea08 Moved imports 2018-02-05 11:03:11 +05:30
Achilles Rasquinha
e2545c97af Migrate from one Python Version to Another 2018-02-02 18:48:58 +05:30
Achilles Rasquinha
a6c799ecdf
Merge pull request #553 from achillesrasquinha/pip-install-fix
pip-install-fix
2018-01-31 21:17:49 +05:30
Achilles Rasquinha
1b2e7838ab pip-install-fix 2018-01-31 11:12:59 +05:30
Achilles Rasquinha
025db09451
Merge pull request #549 from achillesrasquinha/548
Create Bench Virtual Environments
2018-01-31 11:08:12 +05:30
Raghavendra Kamath
26059c06fa Update readme to add new bench logo (#551)
* Add new bench logo to the readme

* add spacing to the title

* Revert "add spacing to the title"

This reverts commit 86880d6456.
2018-01-31 10:39:50 +05:30
Achilles Rasquinha
0e6291f108 Fixed version string 2018-01-30 13:17:17 +05:30
Achilles Rasquinha
762b02c818 decode get_cmd_output 2018-01-29 17:54:03 +05:30
Achilles Rasquinha
2b554e55d7 byte concat 2018-01-29 17:43:16 +05:30
Achilles Rasquinha
a120e9e4d6 Fixed crontab bytes to str 2018-01-29 17:30:14 +05:30
Achilles Rasquinha
1cf00667e9 generate redis config 2018-01-29 17:10:01 +05:30
Achilles Rasquinha
53cee53844 Create Bench Virtual Environments 2018-01-29 16:22:24 +05:30
Ameya Shenoy
2cd29aca71
Merge pull request #513 from jwrober/jwrober_debian9
Install debian 9 support
2018-01-28 19:46:30 +05:30
Ameya Shenoy
48e30a8e75
reverted ansible to 2.3 from 2.4 2018-01-28 19:44:32 +05:30
Ameya Shenoy
f85cbc87a8 Bench setup failed on production fix (#546)
* Bench setup failed on production fix

- mariadb 10.2 fix
- root user used instead of frappe_user fix

* fix for production on CentOS

- selinux is set to permissive, in case of CentOS. This is needed to setup nginx
- bench is installed in the /home/username directory and not /home/root
2018-01-20 23:57:35 +05:30
Saurabh
c828b24a80
Merge pull request #541 from jodeq/master
Remove deprecated standalone-supported-challenges
2018-01-20 13:40:45 +07:00
Faris Ansari
290db76826
Merge pull request #544 from codingCoffee/mariadb_localhost_ubuntu
fix for ubuntu and centOS
2018-01-19 11:37:32 +05:30
Achilles Rasquinha
119ca1e622
Merge pull request #540 from shanavas786/fix-readme
Fix links in readme
2018-01-19 09:54:16 +05:30
Ameya Shenoy
fc65f1d9a0
ubuntu specific changes 2018-01-19 06:23:56 +05:30
Ameya Shenoy
8e1a73ffb2
create new file to deal with mariadbwq 2018-01-19 05:36:57 +05:30
Ameya Shenoy
73f89683ef
removed linked, modified mariadb.cnf file 2018-01-19 03:15:47 +05:30
Ameya Shenoy
abf481e595
fix for cent_os
ansible_user_id used to give 'root' if the easy isntall script was executed by root on centOS, but it used to give 'frappe' if on Ubuntu, hence changed ansible_user_id to frappe_user
2018-01-18 17:25:16 +05:30
Ameya Shenoy
ac6e5a3a2f
working on ubuntu 2018-01-18 14:29:46 +05:30
Achilles Rasquinha
94d346ccad
Merge pull request #543 from codingCoffee/mariadb-localhost-fix
Fixed playbook to be compatible with Mariadb 10.2
2018-01-18 09:07:10 +05:30