Port forwarding enabled+start-container.sh+setup.sh
This commit is contained in:
9
frappe/setup.sh
Executable file
9
frappe/setup.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user