hedera-web/debian/postinst

9 lines
132 B
Plaintext
Raw Normal View History

#!/bin/bash
a2enconf hedera-web
service apache2 reload
service cron restart
2016-10-14 10:58:35 +00:00
cd /usr/share/hedera-web && npm install --production