Commit 87b1dd34 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added postinstall target

parent 1c967fdf
...@@ -38,3 +38,8 @@ all: ...@@ -38,3 +38,8 @@ all:
find / -depth -name .github -type d -exec rm -rf '{}' ';' find / -depth -name .github -type d -exec rm -rf '{}' ';'
rm -rf frappe-home rm -rf frappe-home
postinstall:
cd /srv/frappe/bench && bench setup nginx
cd /srv/frappe/bench && bench setup supervisor
ln -s /srv/frappe/bench/config/supervisor.conf /etc/supervisord.d/erpnext.conf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment