2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-24 19:10:25 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
chabad360
86d138e8e3 bench setup anything-else should work now (#56) 2018-10-20 04:54:21 +00:00
Chinmay Pai
6fc3bfbdcf
dbench: fix init issues (#55)
./dbench init would lead to 'missing argument: PATH' issue (#54), and could not find Procfile_docker and site-config.

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2018-10-13 17:20:04 +00:00
chabad360
2b1334d5a5 improvements to travis and dbench (#53)
This PR adds the `bench` script, which aims for near parity with frappe bench, it makes setting up far easier, because instead of running `./dbench -c "new-site site1.local"` you only white what you would if bench was installed on the local system (i.e. `./bench new-site site1.local`), it also adds other features as well.
2018-10-13 03:05:29 +00:00
Chinmay Pai
62f1129b3f
redis: fix redis
Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2018-09-28 13:33:14 +05:30
joezsweet
3f7314d5aa
change to --ignore-exist 2018-02-27 10:47:40 +01:00
vishalseshagiri
6bf6927deb
Updated dbench
- changed default site on bench init from bench-manager.local to site1.local
- dbench init by default installs erpnext now
2017-11-27 12:44:49 +05:30
pzdge23
656386c44b added init option 2017-10-09 08:45:52 +05:30
vishalseshagiri
41bc6d6164 Update dbench
Added -s flag to dbench

Former-commit-id: 2b1530e523
2017-10-02 09:48:51 +05:30
Karl G
51ded701ed fixing various issues with dbench
- Added missing shebang
- Fixed malformed multi line variables
- Removed unnecessary su (which is not working in this way anyway)
- Added missing error handling (unsupported options as well as missing argument)
- Simplified the whole script (without the removal of features, hopefully?)

Former-commit-id: 33cc4ff3a0
2017-10-02 09:48:51 +05:30
vishalseshagiri
950647a182 git diff bb01cc8277 a32c9230dd726399c59f5849d7e0a25b1e3a281a | git apply --reject --whitespace=fix 2017-10-02 09:32:03 +05:30