2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-03 08:50:54 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Ankush Menat
f45db01d9a chore: remove deprecated easy install script 2022-11-23 14:34:24 +05:30
Gavin D'souza
f60c2d0def fix: Use venv module instead of virtualenv
Only migrate-env requires virtualenv wrapper. However, it can be
installed and run manually too. Virtualenv wrapper is patched in debian
to change the path of bins - which venv is free from.
2022-08-02 11:54:00 +05:30
Ankush Menat
b51f0ed2b2
feat: bench setup requirements --dev (#1196)
* chore: typo

* chore: update project description

* feat: command to install dev-requirements.txt

Often applications have development or test specific requirements which
are not required in production.

- Add new command `bench setup dev-requirements`
- installs all `dev-requirements.txt` in app's root folder.

* refactor: remove duplicate function

* refactor: use `log` instead of print

* refactor: merge dev-requirement command

* feat: install dev-dependencies in get-app if dev

When developer mode is enabled install all dev dependencies too while
doing `get-app`

* fix: warn about --dev not supporting node
2021-09-13 20:55:21 +05:30
Hussain Nagaria
324b58622c chore: Remove set-default-site command 2021-04-26 17:06:30 +05:30
Nicolas Streng
294b399942
fix: Update documentation for user directory 2021-02-17 08:18:37 +01:00
gavin
1237d604ce
docs: Update operation fix 2020-09-09 15:38:55 +05:30
gavin
bc2eb7b4cb
docs: Update bench CLI update method 2020-09-09 15:03:50 +05:30
Kenneth Sequeira
c76df683a1
chore: typo fix (#1029)
Co-authored-by: gavin <gavin18d@gmail.com>
2020-07-06 11:18:36 +05:30
Gavin D'souza
a728416c08 fix: update bench install methods 2020-05-29 10:31:52 +05:30
Gavin D'souza
172a7c266b fix: use easy_install of develop + path update 2020-05-04 16:03:17 +05:30
Gavin D'souza
5af3716560 docs: updated and re-link docs 2020-02-24 12:51:53 +05:30
Gavin D'souza
9107581a56 docs: added bench usage docs 2020-02-19 15:33:10 +05:30
Wing Yung Chan
e3bfe3a82d
docs: fixes in easy_install.md (#917)
Fixed two minor typos
2020-02-08 03:07:13 +05:30
Gavin D'souza
90c6dacb43 chore: updated category on discuss forum 2020-01-16 18:48:04 +05:30
Gavin D'souza
f48bb5a130 chore: updated and consolidated readme
- added visual hierarchy and structure to text
- added table of contents
- breakdown additional information about each section in their respective
files
2020-01-16 17:48:43 +05:30
Rushabh Mehta
282ba718e8 Update releasing_frappe_erpext.md 2017-09-30 11:46:54 +05:30
Saurabh
f9e3dedf3b [fix] detailed release policy 2017-07-24 15:26:34 +05:30