0
1
Fork 0
hedera-web-mindshore/debian/postinst

9 lines
156 B
Plaintext
Raw Normal View History

#!/bin/bash
cd /usr/share/hedera-web && npm install --production
a2enconf hedera-web
service apache2 reload
2017-04-24 13:50:05 +00:00
service php5-fpm restart
service cron restart