mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 18:48:58 +00:00
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
|