mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
92fa8c1d42
Former-commit-id: e70428e7b3
10 lines
234 B
Bash
Executable File
10 lines
234 B
Bash
Executable File
#USER root
|
|
cd /home/frappe
|
|
git clone https://github.com/frappe/bench bench-repo
|
|
pip install -e bench-repo
|
|
apt-get install -y libmysqlclient-dev mariadb-client mariadb-common
|
|
chown -R frappe:frappe /home/frappe
|
|
|
|
#USER frappe
|
|
su frappe
|