parent
c5b1199de8
commit
5909d7e5e0
|
|
@ -362,11 +362,11 @@ packages:
|
||||||
# - redis
|
# - redis
|
||||||
|
|
||||||
- packages:
|
- packages:
|
||||||
- python3-dev
|
# - python3-dev
|
||||||
- py3-setuptools
|
# - py3-setuptools
|
||||||
- py3-pip
|
# - py3-pip
|
||||||
- py3-distutils-extra
|
# - py3-distutils-extra
|
||||||
- py3-virtualenv
|
# - py3-virtualenv
|
||||||
- uv
|
- uv
|
||||||
action: install
|
action: install
|
||||||
# variants:
|
# variants:
|
||||||
|
|
@ -619,8 +619,9 @@ actions:
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
# Install Frappe Bench
|
# 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 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
|
# 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'
|
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
|
# Change User Directory Permissions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue