hedera-web/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-25 17:56:39 +00:00
service php5-fpm restart
service cron restart