Port forwarding enabled+start-container.sh+setup.sh

This commit is contained in:
vishalseshagiri
2017-07-24 08:52:16 +00:00
parent d4d6952755
commit e70428e7b3
1397 changed files with 64885 additions and 31 deletions

9
frappe/setup.sh Executable file
View 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