mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Update development.md
Updated command to setup version-15
This commit is contained in:
parent
86371d37fe
commit
96a82ce1ef
1 changed files with 12 additions and 0 deletions
|
|
@ -77,6 +77,18 @@ bench init --skip-redis-config-generation frappe-bench
|
||||||
cd frappe-bench
|
cd frappe-bench
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
To setup frappe framework version 15
|
||||||
|
|
||||||
|
```
|
||||||
|
nvm use v18
|
||||||
|
PYENV_VERSION=3.10 bench init --skip-redis-config-generation --frappe-branch version-15 frappe-bench-v15
|
||||||
|
# Switch directory
|
||||||
|
cd frappe-bench-v15
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
To setup frappe framework version 14 bench set `PYENV_VERSION` environment variable to `3.10.5` (default) and use NodeJS version 16 (default),
|
To setup frappe framework version 14 bench set `PYENV_VERSION` environment variable to `3.10.5` (default) and use NodeJS version 16 (default),
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue