Feature: Add installation script (#776)

* Feature: Add installation script
* Add systemd service files for chatwoot
* Enable static file serving by rails on prod
* Fix systemd files path
This commit is contained in:
Vishnu Narayanan
2020-05-05 01:59:38 +05:30
committed by GitHub
parent 44fae4a4a1
commit 5bd7a4c511
5 changed files with 137 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
[Unit]
Wants=chatwoot-web.1.service chatwoot-worker.1.service
[Install]
WantedBy=multi-user.target