parent
c5b1199de8
commit
5909d7e5e0
|
|
@ -362,11 +362,11 @@ packages:
|
|||
# - redis
|
||||
|
||||
- packages:
|
||||
- python3-dev
|
||||
- py3-setuptools
|
||||
- py3-pip
|
||||
- py3-distutils-extra
|
||||
- py3-virtualenv
|
||||
# - python3-dev
|
||||
# - py3-setuptools
|
||||
# - py3-pip
|
||||
# - py3-distutils-extra
|
||||
# - py3-virtualenv
|
||||
- uv
|
||||
action: install
|
||||
# variants:
|
||||
|
|
@ -619,8 +619,9 @@ actions:
|
|||
set -eux
|
||||
|
||||
# Install Frappe Bench
|
||||
su frappe -c 'cd /home/frappe && uv python install'
|
||||
su frappe -c 'cd /home/frappe && uv venv'
|
||||
su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
|
||||
su frappe -c 'cd /home/frappe && uv tool install frappe-bench'
|
||||
# Initialize Bench
|
||||
su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=develop --frappe-path=https://github.com/frappe/frappe --no-procfile --no-backups --skip-redis-config-generation --verbose /home/frappe/frappe-bench'
|
||||
# Change User Directory Permissions
|
||||
|
|
|
|||
Loading…
Reference in New Issue